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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadingPthreads.cpp68 Joinable, // The default thread state. The thread can be joined on. enumerator in enum:WTF::PthreadState::JoinableState
80 : m_joinableState(Joinable)
260 ASSERT(state->joinableState() == PthreadState::Joinable);
300 if (state->joinableState() != PthreadState::Joinable)

Completed in 114 milliseconds