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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp721 // threads_ptr - pre-checked for NULL
723 JvmtiEnv::GetAllThreads(jint* threads_count_ptr, jthread** threads_ptr) { argument
735 *threads_ptr = NULL;
750 *threads_ptr = jthreads;
1231 // threads_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
1288 *threads_ptr = new_jthreadArray(nthreads, thread_objs);
1290 if ((nthreads > 0) && (*threads_ptr == NULL)) {
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1020 jthread** threads_ptr);
1076 jthread** threads_ptr,
1810 jthread** threads_ptr) {
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1894 jthread** threads_ptr,
1897 return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr);
1809 GetAllThreads(jint* threads_count_ptr, jthread** threads_ptr) argument
1892 GetThreadGroupChildren(jthreadGroup group, jint* thread_count_ptr, jthread** threads_ptr, jint* group_count_ptr, jthreadGroup** groups_ptr) argument

Completed in 50 milliseconds