Home
last modified time | relevance | path

Searched refs:exitPending_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp98 : thread_(INVALID_PTHREAD_T), status_(ThreadStatus::OK), exitPending_(false), running_(false) in Thread()
115 exitPending_ = false; in Start()
145 exitPending_ = true; in NotifyExitSync()
151 exitPending_ = false; in NotifyExitSync()
159 exitPending_ = true; in NotifyExitAsync()
170 return exitPending_; in IsExitPending()
197 if ((!result) || self->exitPending_) { in ThreadStart()
198 self->exitPending_ = true; in ThreadStart()
/commonlibrary/c_utils/base/include/
H A Dthread_ex.h141 volatile bool exitPending_; member in OHOS::Thread

Completed in 1 milliseconds