Home
last modified time | relevance | path

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

/art/test/931-agent-thread/
Dagent_thread.cc76 jvmtiError threads_result = jenv->GetAllThreads(&thread_count, &threads); in AgentMain()
/art/openjdkjvmti/
Dti_thread.h98 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
DOpenjdkJvmTi.cc155 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,
Dti_thread.cc630 jvmtiError ThreadUtil::GetAllThreads(jvmtiEnv* env, in GetAllThreads() function in openjdkjvmti::ThreadUtil
/art/test/ti-agent/
Djni_binder.cc199 CheckJvmtiError(jvmti_env, jvmti_env->GetAllThreads(&thread_count, &threads)); in GetClass()
/art/test/924-threads/
Dthreads.cc154 jvmtiError result = jvmti_env->GetAllThreads(&thread_count, &threads); in Java_art_Test924_getAllThreads()
/art/openjdkjvmti/include/
Djvmti.h1018 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()