Home
last modified time | relevance | path

Searched refs:threadRetval (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp321 void* threadRetval = (void*)TESTSTATUS_NOTRUN; in RunTest() local
322 int status = pthread_join(readThread, &threadRetval); in RunTest()
326 EndTest(static_cast<int>(reinterpret_cast<intptr_t>(threadRetval))); in RunTest()