Searched defs:RawMonitorNotify (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/include/
H A Djvmti.h1199 jvmtiError (JNICALL *RawMonitorNotify) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2376 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { function in struct:_jvmtiEnv
2377 return functions->RawMonitorNotify(this, monitor);
/prebuilts/jdk/jdk8/linux-x86/include/
H A Djvmti.h1199 jvmtiError (JNICALL *RawMonitorNotify) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2376 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { function in struct:_jvmtiEnv
2377 return functions->RawMonitorNotify(this, monitor);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1205 jvmtiError (JNICALL *RawMonitorNotify) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2444 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { function in struct:_jvmtiEnv
2445 return functions->RawMonitorNotify(this, monitor);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1205 jvmtiError (JNICALL *RawMonitorNotify) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2444 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { function in struct:_jvmtiEnv
2445 return functions->RawMonitorNotify(this, monitor);

Completed in 44 milliseconds