Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_kmsg.cpp78 if (threadStatus == STOP) { in LinuxReadAllKmsg()
108 if (threadStatus == NONEXIST || threadStatus == STOP) { in Start()
115 threadStatus = START; in Start()
120 if (threadStatus == NONEXIST || threadStatus == STOP) { in Stop()
124 threadStatus = STOP; in Stop()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.cpp53 threadStatus = ThreadStatus::THREAD_STATUS_INIT; in InitThreadInfo()
58 threadStatus = ThreadStatus::THREAD_STATUS_INVALID; in ~DfxThread()
100 if (threadStatus == ThreadStatus::THREAD_STATUS_ATTACHED) { in Detach()
103 threadStatus = ThreadStatus::THREAD_STATUS_INIT; in Detach()
109 if (threadStatus == ThreadStatus::THREAD_STATUS_ATTACHED) { in Attach()
141 threadStatus = ThreadStatus::THREAD_STATUS_ATTACHED; in Attach()
Ddfx_thread.h65 ThreadStatus threadStatus = ThreadStatus::THREAD_STATUS_INVALID; variable
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_kmsg.h44 threadStatus = NONEXIST; in LogKmsg()
49 ThreadStatus threadStatus; variable