Searched defs:handler_t (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler;
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler)
69 handler_t result;
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler)
101 handler_t old_handler = SIGPIPE_handler;
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
[all...]
/external/oprofile/daemon/
H A Dopd_trans.h60 typedef void (*handler_t)(struct transient *); typedef
61 extern handler_t handlers[];

Completed in 94 milliseconds