Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc1050 jint first_current_thread_index = current_thread_indexes[0]; in SuspendThreadList() local
1052 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]); in SuspendThreadList()
1053 results[first_current_thread_index] = res; in SuspendThreadList()