< prev index next >

src/hotspot/os/aix/os_aix.cpp

Print this page

        

*** 1761,1774 **** } } while (threadIsSuspended); } } - int os::signal_lookup() { - return check_pending_signals(false); - } - int os::signal_wait() { return check_pending_signals(true); } //////////////////////////////////////////////////////////////////////////////// --- 1761,1770 ----
< prev index next >