Home
last modified time | relevance | path

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

/art/test/923-monitors/
Dmonitors.cc36 static jrawMonitorID LongToMonitor(jlong l) { in LongToMonitor() function
52 jvmtiError result = jvmti_env->DestroyRawMonitor(LongToMonitor(l)); in Java_art_Test923_destroyRawMonitor()
58 jvmtiError result = jvmti_env->RawMonitorEnter(LongToMonitor(l)); in Java_art_Test923_rawMonitorEnter()
64 jvmtiError result = jvmti_env->RawMonitorExit(LongToMonitor(l)); in Java_art_Test923_rawMonitorExit()
70 jvmtiError result = jvmti_env->RawMonitorWait(LongToMonitor(l), millis); in Java_art_Test923_rawMonitorWait()
76 jvmtiError result = jvmti_env->RawMonitorNotify(LongToMonitor(l)); in Java_art_Test923_rawMonitorNotify()
82 jvmtiError result = jvmti_env->RawMonitorNotifyAll(LongToMonitor(l)); in Java_art_Test923_rawMonitorNotifyAll()