Home
last modified time | relevance | path

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

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