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