HomeSort by relevance Sort by last modified time
    Searched refs:threadReturn (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/jdwp/
JdwpMain.cpp 210 void* threadReturn;
228 if (pthread_join(state->debugThreadHandle, &threadReturn) != 0) {
  /art/runtime/jdwp/
jdwp_main.cc 358 void* threadReturn;
359 if (pthread_join(pthread_, &threadReturn) != 0) {
  /dalvik/vm/compiler/
Compiler.cpp 776 void *threadReturn;
798 if (pthread_join(gDvmJit.compilerHandle, &threadReturn) != 0)

Completed in 1079 milliseconds