Home
last modified time | relevance | path

Searched refs:_handle_signal (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/process/detail/posix/
Dsigchld_service.hpp27 inline void _handle_signal(const boost::system::error_code & ec);
60 … boost::asio::dispatch(_strand, [this, ec]{this->_handle_signal(ec);}); in BOOST_ASIO_INITFN_RESULT_TYPE()
84 void sigchld_service::_handle_signal(const boost::system::error_code & ec) in _handle_signal() function in boost::process::detail::posix::sigchld_service
121 boost::asio::post(_strand, [this, ec]{this->_handle_signal(ec);}); in _handle_signal()
/third_party/python/Lib/asyncio/
Dunix_events.py86 self._handle_signal(signum)
133 def _handle_signal(self, sig): member in _UnixSelectorEventLoop
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py70 self.loop._handle_signal(signal.NSIG + 1)
78 self.loop._handle_signal(signal.NSIG + 1)