Searched refs:threads_ptr (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_threadgroup.h | 53 jthread** threads_ptr,
|
D | ti_threadgroup.cc | 220 jthread** threads_ptr, in GetThreadGroupChildren() argument 274 *threads_ptr = peers_uptr.release(); in GetThreadGroupChildren()
|
D | ti_thread.h | 98 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
|
D | ti_thread.cc | 632 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()
|
D | OpenjdkJvmTi.cc | 155 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/ |
D | jvmti.h | 1020 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()
|