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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1100 JvmtiEnv::GetCurrentContendedMonitor(JavaThread* java_thread, jobject* monitor_ptr) { function in class:JvmtiEnv
1113 } /* end GetCurrentContendedMonitor */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1051 jvmtiError (JNICALL *GetCurrentContendedMonitor) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, function in struct:_jvmtiEnv
1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr);

Completed in 338 milliseconds