Searched refs:interruptable (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiRawMonitor.hpp | 56 int raw_wait(jlong millis, bool interruptable, TRAPS);
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | objectMonitor.hpp | 200 void wait(jlong millis, bool interruptable, TRAPS);
|
H A D | os.hpp | 419 static int sleep(Thread* thread, jlong ms, bool interruptable);
|
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.cpp | 3348 int os::sleep(Thread* thread, jlong ms, bool interruptable) { argument 3353 if ((res = sleep(thread, limit, interruptable)) != OS_TIMEOUT) 3362 if (interruptable) {
|
Completed in 50 milliseconds