Searched refs:threads_count_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1019 jint* threads_count_ptr,
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, argument
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp720 // threads_count_ptr - pre-checked for NULL
723 JvmtiEnv::GetAllThreads(jint* threads_count_ptr, jthread** threads_ptr) { argument
732 *threads_count_ptr = nthreads;

Completed in 642 milliseconds