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

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

Completed in 179 milliseconds