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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp55 int raw_exit(TRAPS);
H A DjvmtiRawMonitor.cpp340 int JvmtiRawMonitor::raw_exit(TRAPS) { function in class:JvmtiRawMonitor
341 TEVENT (raw_exit) ;
H A DjvmtiEnv.cpp2991 r = rmonitor->raw_exit(thread);
2992 assert(r == ObjectMonitor::OM_OK, "raw_exit should have worked");
3099 r = rmonitor->raw_exit(current_thread);
3102 r = rmonitor->raw_exit(thread);
3111 assert(r == ObjectMonitor::OM_OK, "raw_exit should have worked");

Completed in 181 milliseconds