Searched refs:joinResult (Results 1 – 3 of 3) sorted by relevance
216 int joinResult = pthread_join(pthreadHandle, result); in waitForThreadCompletion() local217 if (joinResult == EDEADLK) in waitForThreadCompletion()220 return joinResult; in waitForThreadCompletion()
247 DWORD joinResult = WaitForSingleObject(threadHandle, INFINITE); in waitForThreadCompletion() local248 if (joinResult == WAIT_FAILED) in waitForThreadCompletion()254 return joinResult; in waitForThreadCompletion()
150 void* joinResult = g_thread_join(thread); in waitForThreadCompletion() local152 *result = joinResult; in waitForThreadCompletion()