Home
last modified time | relevance | path

Searched refs:threadStatus (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_kmsg.cpp99 if (threadStatus == STOP) { in LinuxReadAllKmsg()
129 if (threadStatus == NONEXIST || threadStatus == STOP) { in Start()
136 threadStatus = START; in Start()
141 if (threadStatus == NONEXIST || threadStatus == STOP) { in Stop()
145 threadStatus = STOP; in Stop()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp54 threadStatus = ThreadStatus::THREAD_STATUS_INIT; in InitThreadInfo()
59 threadStatus = ThreadStatus::THREAD_STATUS_INVALID; in ~DfxThread()
115 if (threadStatus == ThreadStatus::THREAD_STATUS_ATTACHED) { in Detach()
117 threadStatus = ThreadStatus::THREAD_STATUS_INIT; in Detach()
123 if (threadStatus == ThreadStatus::THREAD_STATUS_ATTACHED) { in Attach()
131 threadStatus = ThreadStatus::THREAD_STATUS_ATTACHED; in Attach()
H A Ddfx_thread.h69 ThreadStatus threadStatus = ThreadStatus::THREAD_STATUS_INVALID; member in OHOS::HiviewDFX::DfxThread::ThreadStatus
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_kmsg.h44 threadStatus = NONEXIST; in LogKmsg()
49 ThreadStatus threadStatus; member in OHOS::HiviewDFX::LogKmsg

Completed in 2 milliseconds