Searched defs:GetAllThreads (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_thread.cc447 jvmtiError ThreadUtil::GetAllThreads(jvmtiEnv* env, function in class:openjdkjvmti::ThreadUtil
H A DOpenjdkJvmTi.cc139 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { function in class:openjdkjvmti::JvmtiFunctions
141 return ThreadUtil::GetAllThreads(env, threads_count_ptr, threads_ptr);
1750 JvmtiFunctions::GetAllThreads,
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, function in struct:_jvmtiEnv
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);

Completed in 70 milliseconds