/third_party/musl/porting/liteos_a/user/src/exit/ |
H A 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/src/exit/ |
H A D | abort.c | 58 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, &set, 0, _NSIG / 8); in abort() 80 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, in abort()
|
/third_party/musl/libc-test/src/functional/ |
H A D | setjmp.c | 32 sigprocmask(SIG_UNBLOCK, &set, &set2); in main() 51 sigprocmask(SIG_UNBLOCK, &set, &set2); in main()
|
/third_party/backends/include/sane/ |
H A D | sanei_backend.h | 80 # ifdef SIG_UNBLOCK 81 # undef SIG_UNBLOCK macro 99 # define SIG_UNBLOCK 2 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 71 #undef SIG_UNBLOCK macro 74 #define SIG_UNBLOCK 2 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 90 #undef SIG_UNBLOCK macro 93 #define SIG_UNBLOCK 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 90 #undef SIG_UNBLOCK macro 93 #define SIG_UNBLOCK 2 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A 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()
|
H A D | 16-1.c | 11 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should 28 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand() 42 printf("SIG_UNBLOCK=%d\n", SIG_UNBLOCK); in a_thread_func()
|
H A D | 9-1.c | 70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL); in a_thread_func()
|
H A D | 8-3.c | 10 2. Make a call such as this: pthread_sigmask(SIG_UNBLOCK, NULL, &oactl). At 67 pthread_sigmask(SIG_UNBLOCK, NULL, &oactl); in a_thread_func()
|
/third_party/python/Lib/multiprocessing/ |
H A 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/ |
H A D | sigrelse.c | 9 return sigprocmask(SIG_UNBLOCK, &mask, 0); in sigrelse()
|
H A 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/ |
H A D | 16-1-buildonly.c | 9 static int dummy3 = SIG_UNBLOCK;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 9-1.c | 68 sigprocmask_return_val = sigprocmask(SIG_UNBLOCK, &blocked_set1, NULL); in main()
|
H A D | 17-1.c | 32 case SIG_UNBLOCK: in main()
|
H A D | 8-3.c | 11 2. Make a call such as this: sigprocmask(SIG_UNBLOCK, NULL, &oactl). At 66 sigprocmask(SIG_UNBLOCK, NULL, &oactl); in main()
|
H A D | 12-1.c | 12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should 59 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand()
|
H A D | 6-1.c | 11 argument how is SIG_UNBLOCK 59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A 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/libunwind/libunwind/src/ia64/ |
H A D | ucontext_i.h | 29 #define SIG_UNBLOCK 1 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | killpg.c | 59 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in killpg_0100()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns20.c | 55 SAFE_SIGPROCMASK(SIG_UNBLOCK, &newset, 0); in child_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 7-1.c | 77 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
|