Searched refs:threadStatus (Results 1 – 4 of 4) sorted by relevance
78 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()
53 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()
65 ThreadStatus threadStatus = ThreadStatus::THREAD_STATUS_INVALID; variable
44 threadStatus = NONEXIST; in LogKmsg()49 ThreadStatus threadStatus; variable