Searched defs:GetAllThreads (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ | ||
D | ti_thread.cc | 630 jvmtiError ThreadUtil::GetAllThreads(jvmtiEnv* env, in GetAllThreads() function in openjdkjvmti::ThreadUtil |
D | OpenjdkJvmTi.cc | 155 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() function in openjdkjvmti::JvmtiFunctions |
/art/openjdkjvmti/include/ | ||
D | jvmti.h | 1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads() function |