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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2810 bool threadIsSuspended; local
2817 threadIsSuspended = thread->handle_special_suspend_equivalent_condition();
2818 if (threadIsSuspended) {
2829 } while (threadIsSuspended);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2561 bool threadIsSuspended; local
2568 threadIsSuspended = thread->handle_special_suspend_equivalent_condition();
2569 if (threadIsSuspended) {
2580 } while (threadIsSuspended);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2757 bool threadIsSuspended; local
2766 threadIsSuspended = thread->handle_special_suspend_equivalent_condition();
2767 if (threadIsSuspended) {
2779 } while (threadIsSuspended);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1985 bool threadIsSuspended; local
1993 threadIsSuspended = thread->handle_special_suspend_equivalent_condition();
1994 if (threadIsSuspended) {
2006 } while (threadIsSuspended);

Completed in 107 milliseconds