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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp57 int raw_notify(TRAPS);
H A DjvmtiRawMonitor.cpp405 int JvmtiRawMonitor::raw_notify(TRAPS) { function in class:JvmtiRawMonitor
406 TEVENT (raw_notify) ;
H A DjvmtiEnv.cpp3190 r = rmonitor->raw_notify(current_thread);
3193 r = rmonitor->raw_notify(thread);
3202 assert(r == ObjectMonitor::OM_OK, "raw_notify should have worked");

Completed in 1057 milliseconds