Searched refs:threadReturn (Results 1 – 2 of 2) sorted by relevance
210 void* threadReturn; in dvmJdwpShutdown() local228 if (pthread_join(state->debugThreadHandle, &threadReturn) != 0) { in dvmJdwpShutdown()
774 void *threadReturn; in dvmCompilerShutdown() local796 if (pthread_join(gDvmJit.compilerHandle, &threadReturn) != 0) in dvmCompilerShutdown()