Home
last modified time | relevance | path

Searched refs:sigaction (Results 1 – 25 of 75) sorted by relevance

123

/sysdeps/pthread/
A Dtst-sem6.c28 struct sigaction sa; in handler()
34 sigaction (SIGALRM, &sa, NULL); in handler()
45 struct sigaction sa; in do_test()
51 sigaction (SIGALRM, &sa, NULL); in do_test()
A Dtst-raise1.c35 struct sigaction sa; in main()
39 if (sigaction (SIGUSR1, &sa, NULL) < 0) in main()
A Dtst-cancel20.c203 struct sigaction sa; in do_test()
208 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
222 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
237 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
251 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
A Dtst-cancel2.c45 struct sigaction sa; in do_test()
51 if (sigaction (SIGPIPE, &sa, NULL) != 0) in do_test()
A Dtst-cancel3.c47 struct sigaction sa; in do_test()
53 if (sigaction (SIGPIPE, &sa, NULL) != 0) in do_test()
A Dtst-cancel21.c233 struct sigaction sa; in do_test()
238 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
252 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
267 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
281 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
A Deintr.c72 struct sigaction sa; in setup_eintr()
76 if (sigaction (sig, &sa, NULL) != 0) in setup_eintr()
A Dtst-signal6.c128 struct sigaction sa; in do_test()
133 if (sigaction (sig1, &sa, NULL) != 0 in do_test()
134 || sigaction (sig1 + 1, &sa, NULL) != 0 in do_test()
135 || sigaction (sig1 + 2, &sa, NULL) != 0) in do_test()
A Dtst-kill3.c96 struct sigaction sa; in do_test()
100 if (sigaction (SIGUSR1, &sa, NULL) != 0) in do_test()
A Dtst-kill6.c76 struct sigaction sa; in do_test()
80 if (sigaction (SIGUSR1, &sa, NULL) != 0) in do_test()
/sysdeps/posix/
A Dsigintr.c31 struct sigaction action; in siginterrupt()
33 if (__sigaction (sig, (struct sigaction *) NULL, &action) < 0) in siginterrupt()
47 if (__sigaction (sig, &action, (struct sigaction *) NULL) < 0) in siginterrupt()
A Dsystem.c51 static struct sigaction intr, quit;
72 struct sigaction *quit;
73 struct sigaction *intr;
106 struct sigaction sa; in do_system()
108 struct sigaction intr, quit; in do_system()
A Dsigset.c29 struct sigaction act; in sigset()
30 struct sigaction oact; in sigset()
A Dsigwait.c37 struct sigaction saved[NSIG]; in do_sigwait()
38 struct sigaction action; in do_sigwait()
A Dsigignore.c29 struct sigaction act; in sigignore()
A Dprofil.c67 struct sigaction act; in __profil()
70 static struct sigaction oact; in __profil()
/sysdeps/unix/sysv/linux/mips/mips64/
A DMakefile6 CFLAGS-sigaction.c += -Wno-error
10 CFLAGS-sigaction.c += -Wno-error
/sysdeps/mach/hurd/
A Dlibc_sigaction.c27 __libc_sigaction (int sig, const struct sigaction *act, in __libc_sigaction()
28 struct sigaction *oact) in __libc_sigaction()
31 struct sigaction a, old; in __libc_sigaction()
/sysdeps/unix/sysv/linux/s390/bits/
A Dsigaction.h30 struct sigaction struct
60 struct sigaction argument
/sysdeps/unix/sysv/linux/
A Dlibc_sigaction.c42 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) in __libc_sigaction()
/sysdeps/unix/sysv/linux/arc/
A DVersions7 # A copy of sigaction lives in libpthread, and needs these.
/sysdeps/unix/sysv/linux/arm/
A DVersions14 # A copy of sigaction lives in libpthread, and needs these.
/sysdeps/unix/sysv/linux/alpha/bits/
A Dsigaction.h27 struct sigaction struct
/sysdeps/unix/sysv/linux/bits/
A Dsigaction.h27 struct sigaction struct
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigaction.h27 struct sigaction struct

Completed in 16 milliseconds

123