Searched refs:sa_sigaction (Results 1 – 14 of 14) sorted by relevance
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | sigaction.h | 39 void (*sa_sigaction) (int, siginfo_t *, void *); member 43 # define sa_sigaction __sigaction_handler.sa_sigaction macro 69 void (*sa_sigaction) (int, siginfo_t *, void *); member 73 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *); member 42 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *); member 42 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | sigaction.h | 39 void (*sa_sigaction) (int, siginfo_t *, void *); member 43 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/sysdeps/unix/sysv/linux/ |
A D | tst-sigcontext-get_pc.c | 69 .sa_sigaction = &handler, in do_test()
|
A D | tst-pkey.c | 63 .sa_sigaction = &sigsegv_handler,
|
/sysdeps/pthread/ |
A D | tst-cancel20.c | 233 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test() 247 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test()
|
A D | tst-cancel21.c | 263 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test() 277 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test()
|
/sysdeps/posix/ |
A D | profil.c | 109 act.sa_sigaction = __profil_counter; in __profil()
|
A D | sprofil.c | 337 act.sa_sigaction= flags & PROF_UINT in __sprofil()
|
/sysdeps/unix/sysv/linux/i386/ |
A D | tst-bz21269.c | 69 sa.sa_sigaction = handler; in xsethandler()
|
Completed in 12 milliseconds