Home
last modified time | relevance | path

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

12345678

/glibc-2.36/debug/
Dtst-longjmp_chk2.c66 struct sigaction action; in do_test()
87 sigaction (SIGSEGV, &action, (struct sigaction *) NULL); in do_test()
88 sigaction (SIGBUS, &action, (struct sigaction *) NULL); in do_test()
/glibc-2.36/sysdeps/pthread/
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()
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()
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()
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()
/glibc-2.36/sysdeps/posix/
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()
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()
/glibc-2.36/signal/
Dsigvec.c71 struct sigaction old; in __sigvec()
77 struct sigaction new, *n; in __sigvec()
125 struct sigaction wrapper; in __sigvec()
185 struct sigaction act; in sigvec_wrapper_handler()
195 (void) __sigaction (sig, &act, (struct sigaction *) NULL); in sigvec_wrapper_handler()
Dtst-minsigstksz-1.c82 struct sigaction sa; in do_test()
88 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
102 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
118 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
Dsigaction.c25 __sigaction (int sig, const struct sigaction *act, struct sigaction *oact) in __sigaction()
36 weak_alias (__sigaction, sigaction)
Dtst-sigaction.c33 struct sigaction act; in do_test()
39 TEST_VERIFY_EXIT (sigaction (SIGUSR1, &act, NULL) == 0); in do_test()
42 TEST_VERIFY_EXIT (sigaction (SIGUSR1, NULL, &act) == 0); in do_test()
Dlibc_sigaction.c25 __libc_sigaction (int sig, const struct sigaction *act, in __libc_sigaction()
26 struct sigaction *oact) in __libc_sigaction()
DMakefile27 bits/sigcontext.h bits/sigaction.h \
38 sigaction libc_sigaction sigprocmask kill \
50 tst-sigwait-eintr tst-sigaction \
Dtst-minsigstksz-2.c51 struct sigaction sa; in do_test()
56 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
Dtst-minsigstksz-3.c50 struct sigaction sa; in do_test()
55 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
Dtst-minsigstksz-3a.c55 struct sigaction sa; in do_test()
60 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
Dtst-minsigstksz-4.c51 struct sigaction sa; in do_test()
56 if (sigaction (SIGUSR1, &sa, 0)) in do_test()
/glibc-2.36/support/
Dxsigaction.c23 xsigaction (int sig, const struct sigaction *newact, struct sigaction *oldact) in xsigaction()
25 if (sigaction (sig, newact, oldact)) in xsigaction()
Dset_fortify_handler.c26 struct sigaction sa; in set_fortify_handler()
32 sigaction (SIGABRT, &sa, NULL); in set_fortify_handler()
/glibc-2.36/include/
Dsignal.h24 extern int __sigaction (int __sig, const struct sigaction *__restrict __act,
25 struct sigaction *__restrict __oact);
58 extern int __libc_sigaction (int sig, const struct sigaction *act,
59 struct sigaction *oact);
/glibc-2.36/sysdeps/mach/hurd/
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()
/glibc-2.36/shadow/
Dlckpwdf.c86 struct sigaction saved_act; /* Saved signal action. */ in __lckpwdf()
88 struct sigaction new_act; /* New signal action. */ in __lckpwdf()
113 memset (&new_act, '\0', sizeof (struct sigaction)); in __lckpwdf()
/glibc-2.36/conform/data/
Dsignal.h-data104 type {struct sigaction}
106 element {struct sigaction} {void(*} sa_handler )(int)
107 element {struct sigaction} sigset_t sa_mask
108 element {struct sigaction} int sa_flags
110 element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
240 function int sigaction (int, const struct sigaction*, struct sigaction*)
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/
DMakefile6 CFLAGS-sigaction.c += -Wno-error
10 CFLAGS-sigaction.c += -Wno-error
/glibc-2.36/nptl/
Dtst-signal7.c30 if (sigaction (SIGCANCEL, NULL, NULL) == 0) in do_test()
42 if (sigaction (SIGSETXID, NULL, NULL) == 0) in do_test()

12345678