Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpMain.cpp210 void* threadReturn; in dvmJdwpShutdown() local
228 if (pthread_join(state->debugThreadHandle, &threadReturn) != 0) { in dvmJdwpShutdown()
/dalvik/vm/compiler/
DCompiler.cpp774 void *threadReturn; in dvmCompilerShutdown() local
796 if (pthread_join(gDvmJit.compilerHandle, &threadReturn) != 0) in dvmCompilerShutdown()