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

/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 54 milliseconds