Searched refs:monitor_contended_enter (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.hpp54 void monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env,
H A DAgent.hpp62 void monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env,
H A DThread.cpp83 void Thread::monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, function in class:Thread
H A DAgent.cpp176 void Agent::monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, function in class:Agent
181 monitor_contended_enter(jvmti, env, thread, object);
H A Dwaiters.cpp191 monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, function
196 get_agent(jvmti)->monitor_contended_enter(jvmti, env,
276 callbacks.MonitorContendedEnter = &monitor_contended_enter;

Completed in 48 milliseconds