Searched defs:Joined (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp68 Joined, // Somebody waited on this thread to exit and this thread finally exited. This state is here because there can be a enumerator in enum:WTF::PthreadState::JoinableState
88 void didJoin() { m_joinableState = Joined; }
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp269 bool Joined = PerformTrivialForwardCoalescing(MI, &MBB); local
270 if (Joined) {

Completed in 180 milliseconds