Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc38 static void* StartJdwpThread(void* arg);
279 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, nullptr, StartJdwpThread, state.get()), in Create()
440 static void* StartJdwpThread(void* arg) { in StartJdwpThread() function