Searched refs:interruptable (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp56 int raw_wait(jlong millis, bool interruptable, TRAPS);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp200 void wait(jlong millis, bool interruptable, TRAPS);
H A Dos.hpp419 static int sleep(Thread* thread, jlong ms, bool interruptable);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3348 int os::sleep(Thread* thread, jlong ms, bool interruptable) { argument
3353 if ((res = sleep(thread, limit, interruptable)) != OS_TIMEOUT)
3362 if (interruptable) {

Completed in 41 milliseconds