Searched defs:thread_count_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1230 // thread_count_ptr - pre-checked for NULL
1235 JvmtiEnv::GetThreadGroupChildren(jthreadGroup group, jint* thread_count_ptr, jthread** threads_ptr, jint* group_count_ptr, jthreadGroup** groups_ptr) { argument
1287 *thread_count_ptr = nthreads;
1330 // thread_count_ptr - pre-checked for NULL
1332 JvmtiEnv::GetAllStackTraces(jint max_frame_count, jvmtiStackInfo** stack_info_ptr, jint* thread_count_ptr) { argument
1339 *thread_count_ptr = op.final_thread_count();
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1075 jint* thread_count_ptr,
1517 jint* thread_count_ptr);
1893 jint* thread_count_ptr,
1897 return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr);
1910 jint* thread_count_ptr) {
1911 return functions->GetAllStackTraces(this, max_frame_count, stack_info_ptr, thread_count_ptr);
1892 GetThreadGroupChildren(jthreadGroup group, jint* thread_count_ptr, jthread** threads_ptr, jint* group_count_ptr, jthreadGroup** groups_ptr) argument
1908 GetAllStackTraces(jint max_frame_count, jvmtiStackInfo** stack_info_ptr, jint* thread_count_ptr) argument

Completed in 50 milliseconds