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

/external/webkit/Source/JavaScriptCore/wtf/gtk/
H A DThreadingGtk.cpp150 void* joinResult = g_thread_join(thread); local
152 *result = joinResult;
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingPthreads.cpp216 int joinResult = pthread_join(pthreadHandle, result); local
217 if (joinResult == EDEADLK)
220 return joinResult;
H A DThreadingWin.cpp247 DWORD joinResult = WaitForSingleObject(threadHandle, INFINITE); local
248 if (joinResult == WAIT_FAILED)
254 return joinResult;

Completed in 210 milliseconds