Searched refs:joinResult (Results 1 – 2 of 2) sorted by relevance
223 int joinResult = pthread_join(pthreadHandle, 0); in waitForThreadCompletion() local225 if (joinResult == EDEADLK) in waitForThreadCompletion()227 else if (joinResult) in waitForThreadCompletion()242 return joinResult; in waitForThreadCompletion()
237 DWORD joinResult = WaitForSingleObject(threadHandle, INFINITE); in waitForThreadCompletion() local238 if (joinResult == WAIT_FAILED) in waitForThreadCompletion()244 return joinResult; in waitForThreadCompletion()