Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dthread_ex.h113 bool IsExitPending() const;
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-thread.md26 | bool | **IsExitPending**() const<br/>获取线程退出待定标志位。 |
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/thread_fuzzer/
H A Dthread_fuzzer.cpp97 t->IsExitPending(); in ThreadTestFunc()