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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4017 static bool do_suspend(OSThread* osthread) { function
4903 if (do_suspend(_thread->osthread())) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3863 static bool do_suspend(OSThread* osthread) { function
4695 if (do_suspend(_thread->osthread())) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4475 static bool do_suspend(OSThread* osthread) { function
4540 if (do_suspend(_thread->osthread())) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5060 static bool do_suspend(HANDLE* h) { function
5101 if (do_suspend(&h)) {

Completed in 83 milliseconds