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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1007 JvmtiEnv::GetOwnedMonitorInfo(JavaThread* java_thread, jint* owned_monitor_count_ptr, jobject** owned_monitors_ptr) { function in class:JvmtiEnv
1044 } /* end GetOwnedMonitorInfo */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1045 jvmtiError (JNICALL *GetOwnedMonitorInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1848 jvmtiError GetOwnedMonitorInfo(jthread thread, function in struct:_jvmtiEnv
1851 return functions->GetOwnedMonitorInfo(this, thread, owned_monitor_count_ptr, owned_monitors_ptr);

Completed in 277 milliseconds