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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp842 // * SR_WAKEUP_REQUEST when the WatcherThread has done the work and wants to resume
843 // SR_WAKEUP_REQUEST can go to
845 // * SR_WAKEUP_REQUEST on timeout (resend the signal and try again)
852 SR_WAKEUP_REQUEST enumerator in enum:os::SuspendResume::State
889 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST);
893 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3952 } else if (current == os::SuspendResume::SR_WAKEUP_REQUEST) {
4060 if (osthread->sr.request_wakeup() != os::SuspendResume::SR_WAKEUP_REQUEST) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3798 } else if (current == os::SuspendResume::SR_WAKEUP_REQUEST) {
3906 if (osthread->sr.request_wakeup() != os::SuspendResume::SR_WAKEUP_REQUEST) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4370 } else if (current == os::SuspendResume::SR_WAKEUP_REQUEST) {
4518 if (osthread->sr.request_wakeup() != os::SuspendResume::SR_WAKEUP_REQUEST) {

Completed in 95 milliseconds