Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/musl/porting/liteos_a/user/src/exit/
Dabort.c16 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, &set, 0, _NSIG / 8); in abort()
29 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
/third_party/musl/libc-test/src/functional/
Dsetjmp.c32 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
51 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
/third_party/musl/arch/mips64/bits/
Dsignal.h91 #undef SIG_UNBLOCK
94 #define SIG_UNBLOCK 2 macro
/third_party/musl/arch/mips/bits/
Dsignal.h72 #undef SIG_UNBLOCK
75 #define SIG_UNBLOCK 2 macro
/third_party/musl/arch/mipsn32/bits/
Dsignal.h91 #undef SIG_UNBLOCK
94 #define SIG_UNBLOCK 2 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
D18-1.c164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test()
173 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
D16-1.c28 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
D9-1.c70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL); in a_thread_func()
/third_party/python/Lib/multiprocessing/
Dresource_tracker.py132 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS)
185 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS)
/third_party/musl/src/signal/
Dsigrelse.c9 return sigprocmask(SIG_UNBLOCK, &mask, 0); in sigrelse()
Dsigset.c23 if (sigprocmask(SIG_UNBLOCK, &mask, &mask_old) < 0) in sigset()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D16-1-buildonly.c9 static int dummy3 = SIG_UNBLOCK;
/third_party/musl/src/exit/
Dabort.c23 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-3.c139 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in threaded()
269 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in do_child()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D17-1.c32 case SIG_UNBLOCK: in main()
D9-1.c68 sigprocmask_return_val = sigprocmask(SIG_UNBLOCK, &blocked_set1, NULL); in main()
D8-3.c66 sigprocmask(SIG_UNBLOCK, NULL, &oactl); in main()
D6-1.c59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) { in main()
D12-1.c59 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
/third_party/libunwind/src/ia64/
Ducontext_i.h29 #define SIG_UNBLOCK 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dkillpg.c59 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in killpg_0100()
/third_party/toybox/toys/pending/
Dinit.c254 sigprocmask(SIG_UNBLOCK, &signal_set, NULL); in final_run()
266 sigprocmask(SIG_UNBLOCK, &signal_set_c, NULL); in final_run()
331 sigprocmask(SIG_UNBLOCK,&signal_set_c, NULL); in set_default()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D7-1.c77 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
D2-1.c77 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) { in main()
D2-2.c96 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) { in main()

123456