Home
last modified time | relevance | path

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

/art/test/1934-jvmti-signal-thread/
Dsignal_threads.cc150 jvmti_env->DestroyRawMonitor(mon->start_monitor); in Java_art_Test1934_destroyNativeMonitor()
151 jvmti_env->DestroyRawMonitor(mon->continue_monitor); in Java_art_Test1934_destroyNativeMonitor()
/art/openjdkjvmti/
Dti_monitor.h44 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor);
Dti_monitor.cc241 jvmtiError MonitorUtil::DestroyRawMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in DestroyRawMonitor() function in openjdkjvmti::MonitorUtil
DOpenjdkJvmTi.cc954 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor) { in DestroyRawMonitor() function in openjdkjvmti::JvmtiFunctions
956 return MonitorUtil::DestroyRawMonitor(env, monitor); in DestroyRawMonitor()
1536 JvmtiFunctions::DestroyRawMonitor,
/art/test/923-monitors/
Dmonitors.cc52 jvmtiError result = jvmti_env->DestroyRawMonitor(LongToMonitor(l)); in Java_art_Test923_destroyRawMonitor()
/art/openjdkjvmti/include/
Djvmti.h1182 jvmtiError (JNICALL *DestroyRawMonitor) (jvmtiEnv* env,
2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor() function
2360 return functions->DestroyRawMonitor(this, monitor); in DestroyRawMonitor()