Searched refs:handler (Results 1 – 16 of 16) sorted by relevance
/sysdeps/posix/ |
A D | sysv_signal.c | 37 __sysv_signal (int sig, __sighandler_t handler) in __sysv_signal() argument 42 if (handler == SIG_ERR || sig < 1 || sig >= NSIG) in __sysv_signal() 48 act.sa_handler = handler; in __sysv_signal()
|
A D | signal.c | 29 __bsd_signal (int sig, __sighandler_t handler) in __bsd_signal() argument 34 if (handler == SIG_ERR || sig < 1 || sig >= NSIG in __bsd_signal() 41 act.sa_handler = handler; in __bsd_signal()
|
/sysdeps/mach/hurd/ |
A D | sigwait.c | 57 return pe->handler; in __sigwait() 61 handler (int sig) in __sigwait() 103 preemptor.handler = handler; in __sigwait()
|
A D | ioctl.c | 228 ioctl_handler_t handler = _hurd_lookup_ioctl_handler (request); in __ioctl() local 229 if (handler) in __ioctl() 233 int result = (*handler) (fd, request, arg); in __ioctl()
|
/sysdeps/pthread/ |
A D | tst-sem6.c | 26 handler (int sig) in handler() function 47 sa.sa_handler = handler; in do_test()
|
A D | tst-kill3.c | 38 handler (int sig) in handler() function 99 sa.sa_handler = handler; in do_test()
|
A D | tst-kill6.c | 37 handler (int sig) in handler() function 79 sa.sa_handler = handler; in do_test()
|
A D | tst-pt-tls2.c | 70 handler (int sig) in handler() function 129 sa.sa_handler = handler; in do_test()
|
A D | tst-signal6.c | 39 handler (int sig) in handler() function 129 sa.sa_handler = handler; in do_test()
|
A D | tst-cancel19.c | 37 handler (int sig) in handler() function 117 struct sigaction sa = { .sa_handler = handler, .sa_flags = 0 }; in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-sigcontext-get_pc.c | 35 handler (int signal, siginfo_t *info, void *ctx) in handler() function 69 .sa_sigaction = &handler, in do_test()
|
/sysdeps/unix/sysv/linux/i386/ |
A D | tst-bz21269.c | 66 xsethandler (int sig, void (*handler)(int, siginfo_t *, void *), int flags) in xsethandler() 69 sa.sa_sigaction = handler; in xsethandler()
|
/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
A D | ucontext_i.sym | 23 SIGCONTEXT_HANDLER mcontext (handler)
|
/sysdeps/unix/sysv/linux/powerpc/sys/ |
A D | ucontext.h | 124 unsigned long __ctx(handler);
|
/sysdeps/mach/hurd/i386/ |
A D | trampoline.c | 84 __sighandler_t handler, in _hurd_setup_sighandler() argument 311 state->basic.edx = (int) handler; in _hurd_setup_sighandler()
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 1230 void *handler = __builtin_frob_return_addr ((TARGET)->ra); \ 1231 __builtin_eh_return (offset, handler); \
|
Completed in 14 milliseconds