Searched refs:threadRetval (Results 1 – 1 of 1) sorted by relevance
321 void* threadRetval = (void*)TESTSTATUS_NOTRUN; in RunTest() local322 int status = pthread_join(readThread, &threadRetval); in RunTest()326 EndTest(static_cast<int>(reinterpret_cast<intptr_t>(threadRetval))); in RunTest()