Home
last modified time | relevance | path

Searched refs:sighold (Results 1 - 25 of 47) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsighold.c46 result = sighold(sig); in sighold_0100()
84 int result = sighold(sig); in sighold_0200()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress09.c282 if (sighold(SIGALRM) || sighold(SIGINT)) { in main()
283 perror("sighold error"); in main()
339 if (sighold(SIGALRM)) { in main()
340 perror("sighold error"); in main()
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c50 * 1. sigrelse turns on the receipt of signals held by sighold.
83 * hold each signal with sighold()
115 extern int sighold(int __sig);
375 * If none were caught (sighold worked), release the signals one at a time
381 int rv; /* return value from sighold() and sigrelse() */ in child()
406 if ((rv = sighold(sig)) != 0) { in child()
407 /* THEY say sighold ALWAYS returns 0 */ in child()
409 "sighold did not return 0. rv:%d", in child()
421 * that we will not wait forever - if sighold() did its job, we in child()
422 * will not receive the signals. If sighold() ble in child()
713 static int sighold(int signo) sighold() function
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D35-1-buildonly.c4 int sighold(int);
15 dummyvar = sighold; in dummyfcn()
/third_party/musl/src/signal/
H A Dsighold.c3 int sighold(int sig) in sighold() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
H A D2-1.c8 Simply, if sighold returns a 0 here, test passes.
20 if (sighold(SIGABRT) != 0) { in main()
21 perror("sighold failed -- returned -- test aborted"); in main()
H A D3-1.c11 * After sighold is called on an invalid signal it should return -1 and set
31 ret = sighold(sigs[i]); in main()
35 printf("Failed sighold(%i) ret=%i errno=%i\n", in main()
H A D1-1.c10 2. Call sighold on that SIGABRT.
43 if (sighold(SIGABRT) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
H A D1-1.c13 * 2. Call sighold on that SIGABRT.
46 sighold(SIGABRT); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D6-1.c51 sighold(SIGTOTEST); in main()
H A D5-1.c51 sighold(SIGTOTEST); in main()
H A D9-1.c48 sighold(SIGTOTEST); in main()
H A D2-1.c52 sighold(rtsig); in main()
H A D1-1.c49 sighold(SIGTOTEST); in main()
H A D8-1.c56 sighold(SIGTOTEST); in main()
H A D7-1.c57 sighold(SIGTOTEST); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D1-1.c47 sighold(SIGTOTEST); in a_thread_func()
H A D2-1.c63 sighold(SIGTOTEST); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
H A D4-1.c53 sighold(SIGTOTEST); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D8-1.c56 sighold(SIGTOTEST); in main()
H A D4-1.c54 sighold(SIGTOTEST); in main()
H A D5-1.c53 sighold(SIGTOTEST); in main()
H A D9-1.c67 sighold(SIGTOTEST); in main()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile29 sched_getaffinity sched_setaffinity sendmsg setgroups setns sighold \
/third_party/ltp/testcases/kernel/syscalls/sighold/
H A Dsighold02.c15 * 1. sighold action to turn off the receipt of all signals was done without error.
71 if (sighold(sig)) in do_child()
72 tst_brk(TBROK | TERRNO, "sighold(%s %i)", tst_strsig(sig), sig); in do_child()

Completed in 7 milliseconds

12