Searched refs:GetAllThreads (Results 1 – 7 of 7) sorted by relevance
/art/test/931-agent-thread/ |
D | agent_thread.cc | 76 jvmtiError threads_result = jenv->GetAllThreads(&thread_count, &threads); in AgentMain()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 98 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
|
D | OpenjdkJvmTi.cc | 155 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() function in openjdkjvmti::JvmtiFunctions 157 return ThreadUtil::GetAllThreads(env, threads_count_ptr, threads_ptr); in GetAllThreads() 1515 JvmtiFunctions::GetAllThreads,
|
D | ti_thread.cc | 630 jvmtiError ThreadUtil::GetAllThreads(jvmtiEnv* env, in GetAllThreads() function in openjdkjvmti::ThreadUtil
|
/art/test/924-threads/ |
D | threads.cc | 154 jvmtiError result = jvmti_env->GetAllThreads(&thread_count, &threads); in Java_art_Test924_getAllThreads()
|
/art/test/ti-agent/ |
D | jni_binder.cc | 199 CheckJvmtiError(jvmti_env, jvmti_env->GetAllThreads(&thread_count, &threads)); in GetClass()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env, 1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads() function 1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()
|