Home
last modified time | relevance | path

Searched refs:IsExitPending (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dthread_ex.h113 bool IsExitPending() const;
/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp167 bool Thread::IsExitPending() const in IsExitPending() function in OHOS::Thread
188 if (self->ReadyToWork() && !self->IsExitPending()) { in ThreadStart()
/commonlibrary/c_utils/base/test/fuzztest/thread_fuzzer/
H A Dthread_fuzzer.cpp97 t->IsExitPending(); in ThreadTestFunc()

Completed in 1 milliseconds