Home
last modified time | relevance | path

Searched refs:INVALID_PTHREAD_T (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()
116 thread_ = INVALID_PTHREAD_T; in Start()
129 thread_ = INVALID_PTHREAD_T; in Start()
200 self->thread_ = INVALID_PTHREAD_T; in ThreadStart()
/commonlibrary/c_utils/base/include/
H A Dthread_ex.h46 constexpr int INVALID_PTHREAD_T = -1; member

Completed in 2 milliseconds