Home
last modified time | relevance | path

Searched refs:ThreadContextStatus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp80 if (it->second->tid == ThreadContextStatus::CONTEXT_UNUSED) { in GetContextLocked()
103 if (it->second->tid == ThreadContextStatus::CONTEXT_UNUSED) { in RemoveContextLocked()
121 if (it->second->tid == ThreadContextStatus::CONTEXT_UNUSED) { in RemoveAllContextLocked()
198 ctxPtr->tid = static_cast<int32_t>(ThreadContextStatus::CONTEXT_UNUSED); in CopyContextAndWaitTimeout()
204 ctxPtr->tid = static_cast<int32_t>(ThreadContextStatus::CONTEXT_UNUSED); in CopyContextAndWaitTimeout()
220 ctxPtr->tid = static_cast<int32_t>(ThreadContextStatus::CONTEXT_READY); in CopyContextAndWaitTimeout()
223 ctxPtr->tid = static_cast<int32_t>(ThreadContextStatus::CONTEXT_UNUSED); in CopyContextAndWaitTimeout()
267 threadContext->tid = static_cast<int32_t>(ThreadContextStatus::CONTEXT_UNUSED); in SignalRequestThread()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dthread_context.h31 enum ThreadContextStatus : int32_t { enum
37 std::atomic<int32_t> tid {ThreadContextStatus::CONTEXT_UNUSED};