/third_party/musl/porting/liteos_a/user/src/exit/ |
D | abort.c | 16 __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/ |
D | setjmp.c | 32 sigprocmask(SIG_UNBLOCK, &set, &set2); in main() 51 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 91 #undef SIG_UNBLOCK 94 #define SIG_UNBLOCK 2 macro
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 72 #undef SIG_UNBLOCK 75 #define SIG_UNBLOCK 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 91 #undef SIG_UNBLOCK 94 #define SIG_UNBLOCK 2 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 18-1.c | 164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test() 173 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL); in test()
|
D | 16-1.c | 28 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
|
D | 9-1.c | 70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL); in a_thread_func()
|
/third_party/python/Lib/multiprocessing/ |
D | resource_tracker.py | 132 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS) 185 signal.pthread_sigmask(signal.SIG_UNBLOCK, _IGNORED_SIGNALS)
|
/third_party/musl/src/signal/ |
D | sigrelse.c | 9 return sigprocmask(SIG_UNBLOCK, &mask, 0); in sigrelse()
|
D | sigset.c | 23 if (sigprocmask(SIG_UNBLOCK, &mask, &mask_old) < 0) in sigset()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 16-1-buildonly.c | 9 static int dummy3 = SIG_UNBLOCK;
|
/third_party/musl/src/exit/ |
D | abort.c | 23 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-3.c | 139 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/ |
D | 17-1.c | 32 case SIG_UNBLOCK: in main()
|
D | 9-1.c | 68 sigprocmask_return_val = sigprocmask(SIG_UNBLOCK, &blocked_set1, NULL); in main()
|
D | 8-3.c | 66 sigprocmask(SIG_UNBLOCK, NULL, &oactl); in main()
|
D | 6-1.c | 59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) { in main()
|
D | 12-1.c | 59 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
|
/third_party/libunwind/src/ia64/ |
D | ucontext_i.h | 29 #define SIG_UNBLOCK 1 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
D | killpg.c | 59 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in killpg_0100()
|
/third_party/toybox/toys/pending/ |
D | init.c | 254 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/ |
D | 7-1.c | 77 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/ |
D | 2-1.c | 77 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) { in main()
|
D | 2-2.c | 96 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) { in main()
|