Home
last modified time | relevance | path

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

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