Searched refs:raw_wait (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiRawMonitor.hpp | 56 int raw_wait(jlong millis, bool interruptable, TRAPS);
|
H A D | jvmtiRawMonitor.cpp | 359 int JvmtiRawMonitor::raw_wait(jlong millis, bool interruptible, TRAPS) { function in class:JvmtiRawMonitor 360 TEVENT (raw_wait) ; 366 // The caller must be able to tolerate spurious returns from raw_wait().
|
H A D | jvmtiEnv.cpp | 3134 r = rmonitor->raw_wait(millis, true, current_thread); 3152 r = rmonitor->raw_wait(millis, true, current_thread); 3159 r = rmonitor->raw_wait(millis, true, thread); 3171 assert(r == ObjectMonitor::OM_OK, "raw_wait should have worked");
|
Completed in 126 milliseconds