Searched refs:StartJdwpThread (Results 1 – 1 of 1) sorted by relevance
38 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