Home
last modified time | relevance | path

Searched refs:threads_ptr (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_threadgroup.h53 jthread** threads_ptr,
Dti_threadgroup.cc220 jthread** threads_ptr, in GetThreadGroupChildren() argument
274 *threads_ptr = peers_uptr.release(); in GetThreadGroupChildren()
Dti_thread.h98 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
Dti_thread.cc632 jthread** threads_ptr) { in GetAllThreads() argument
633 if (threads_count_ptr == nullptr || threads_ptr == nullptr) { in GetAllThreads()
660 *threads_ptr = nullptr; in GetAllThreads()
673 *threads_ptr = threads; in GetAllThreads()
DOpenjdkJvmTi.cc155 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() argument
157 return ThreadUtil::GetAllThreads(env, threads_count_ptr, threads_ptr); in GetAllThreads()
275 jthread** threads_ptr, in GetThreadGroupChildren() argument
282 threads_ptr, in GetThreadGroupChildren()
/art/openjdkjvmti/include/
Djvmti.h1020 jthread** threads_ptr);
1076 jthread** threads_ptr,
1810 jthread** threads_ptr) { in GetAllThreads()
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()
1894 jthread** threads_ptr, in GetThreadGroupChildren()
1897 …return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_p… in GetThreadGroupChildren()