/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
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
|
/glibc-2.36/bits/ |
D | sigaction.h | 41 void (*sa_sigaction) (int, siginfo_t *, void *); member 45 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *); member 42 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *); member 40 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *); member 42 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | sigaction.h | 39 void (*sa_sigaction) (int, siginfo_t *, void *); member 43 # define sa_sigaction __sigaction_handler.sa_sigaction macro
|
/glibc-2.36/sysdeps/pthread/ |
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()
|
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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-sigcontext-get_pc.c | 69 .sa_sigaction = &handler, in do_test()
|
D | tst-pkey.c | 63 .sa_sigaction = &sigsegv_handler,
|
/glibc-2.36/sysdeps/posix/ |
D | profil.c | 109 act.sa_sigaction = __profil_counter; in __profil()
|
D | sprofil.c | 325 act.sa_sigaction= flags & PROF_UINT in __sprofil()
|
/glibc-2.36/nptl/ |
D | pthread_cancel.c | 85 sa.sa_sigaction = sigcancel_handler; in __pthread_cancel()
|
D | pthread_create.c | 79 sa.sa_sigaction = __nptl_setxid_sighandler; in late_init()
|
/glibc-2.36/rt/ |
D | tst-timer4.c | 223 struct sigaction sa = { .sa_sigaction = sig1_handler, in do_test() 227 sa.sa_sigaction = sig2_handler; in do_test()
|
D | tst-mqueue5.c | 686 struct sigaction sa = { .sa_sigaction = rtmin_handler, in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | tst-bz21269.c | 69 sa.sa_sigaction = handler; in xsethandler()
|
/glibc-2.36/posix/ |
D | tst-wait-skeleton.c | 181 sa.sa_sigaction = sigchld; in do_test()
|
D | tst-waitid.c | 236 sa.sa_sigaction = sigchld; in do_test_waitid()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 110 element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 38216 sa_sigaction using union also for [__USE_XOPEN_EXTENDED]. 38223 (struct sigaction): Define sa_handler and sa_sigaction using union 38231 (struct sigaction): Define sa_handler and sa_sigaction using union 38239 (struct sigaction): Define sa_handler and sa_sigaction using union 38247 (struct sigaction): Define sa_handler and sa_sigaction using union 38255 (struct sigaction): Define sa_handler and sa_sigaction using union 38263 (struct sigaction): Define sa_handler and sa_sigaction using union 38271 (struct sigaction): Define sa_handler and sa_sigaction using union 38284 (struct sigaction): Define sa_handler and sa_sigaction using union
|
D | ChangeLog.12 | 854 and provide sa_handler and sa_sigaction member names as macros, as
|
D | ChangeLog.13 | 13504 conditionalization of sa_handler/sa_sigaction member types to
|