Searched refs:IsExitPending (Results 1 – 4 of 4) sorted by relevance
167 bool Thread::IsExitPending() const in IsExitPending() function in OHOS::Thread188 if (self->ReadyToWork() && !self->IsExitPending()) { in ThreadStart()
113 bool IsExitPending() const;
26 | bool | **IsExitPending**() const<br/>获取线程退出待定标志位。 |
97 t->IsExitPending(); in ThreadTestFunc()