Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 5 of 5) sorted by relevance

/libev/
H A DChanges10 TODO: store pid for each signal
19 only the epoll descriptor, not the signal pipe, to avoid
47 when we can't detect the signal set size.
92 - rewrite the async/signal pipe logic to always keep a valid fd, which
222 - point out the unspecified signal mask in the documentation, and
235 - the signal handling pipe wasn't always initialised under windows
246 - incompatible change: do not necessarily reset signal handler
252 - document that the signal mask might be in an unspecified
253 state when using libev's signal handling.
476 - only initialise signal pipe on demand.
[all …]
H A Dev.pod439 it possible to get the queued signal data. It can also simplify signal
672 Note that certain global state, such as signal state (and installed signal
2406 =head2 C<ev_signal> - signal me when a signal gets signalled!
2415 the signal. You can even use C<ev_async> from a signal handler to
2436 Both the signal mask (C<sigprocmask>) and the signal disposition
2491 The signal the watcher watches out for.
3296 signal watchers).
3304 signal watchers.
3375 signal, and C<ev_feed_signal> to signal this watcher from another thread,
5017 (or from signal contexts...).
[all …]
H A Dev++.h688 EV_BEGIN_WATCHER (sig, signal) in EV_END_WATCHER()
702 EV_END_WATCHER (sig, signal) in EV_END_WATCHER() argument
H A Dev.h476 struct ev_signal signal;
H A Dev.c2563 signal (signum, ev_sighandler); in ev_sighandler()
4093 signal (w->signum, ev_sighandler); in ev_signal_start()
4147 signal (w->signum, SIG_DFL); in ev_signal_stop()