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