Searched refs:_handle_signal (Results 1 – 3 of 3) sorted by relevance
27 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_service121 boost::asio::post(_strand, [this, ec]{this->_handle_signal(ec);}); in _handle_signal()
86 self._handle_signal(signum)133 def _handle_signal(self, sig): member in _UnixSelectorEventLoop
70 self.loop._handle_signal(signal.NSIG + 1)78 self.loop._handle_signal(signal.NSIG + 1)