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

/art/test/923-monitors/
H A Dmonitors.cc36 static jrawMonitorID LongToMonitor(jlong l) { function in namespace:art::Test923Monitors
52 jvmtiError result = jvmti_env->DestroyRawMonitor(LongToMonitor(l));
58 jvmtiError result = jvmti_env->RawMonitorEnter(LongToMonitor(l));
64 jvmtiError result = jvmti_env->RawMonitorExit(LongToMonitor(l));
70 jvmtiError result = jvmti_env->RawMonitorWait(LongToMonitor(l), millis);
76 jvmtiError result = jvmti_env->RawMonitorNotify(LongToMonitor(l));
82 jvmtiError result = jvmti_env->RawMonitorNotifyAll(LongToMonitor(l));

Completed in 59 milliseconds