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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2795 static int check_pending_signals(bool wait) { function
2834 return check_pending_signals(false);
2838 return check_pending_signals(true);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2546 static int check_pending_signals(bool wait) { function
2585 return check_pending_signals(false);
2589 return check_pending_signals(true);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1968 static int check_pending_signals(bool wait_for_signal) { function
2011 return check_pending_signals(false);
2015 return check_pending_signals(true);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2742 static int check_pending_signals(bool wait_for_signal) { function
2784 return check_pending_signals(false);
2788 return check_pending_signals(true);

Completed in 117 milliseconds