/third_party/nghttp2/src/ |
H A D | shrpx_signal.cc | 44 rv = pthread_sigmask(SIG_SETMASK, &newset, oldset); in shrpx_signal_block_all() 53 return sigprocmask(SIG_SETMASK, &newset, oldset); in shrpx_signal_block_all() 65 rv = pthread_sigmask(SIG_SETMASK, &newset, nullptr); in shrpx_signal_unblock_all() 74 return sigprocmask(SIG_SETMASK, &newset, nullptr); in shrpx_signal_unblock_all() 82 rv = pthread_sigmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set() 91 return sigprocmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-setjmp.c | 169 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset1, NULL); in main() 185 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset2, NULL); in main() 190 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset1, NULL); in main() 207 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset2, NULL); in main() 212 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset1, NULL); in main() 229 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset2, NULL); in main() 234 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset1, NULL); in main() 251 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset2, NULL); in main() 258 sigprocmask (SIG_SETMASK, (sigset_t *) &sigset1, NULL); in main() 275 sigprocmask (SIG_SETMASK, (sigset_ in main() [all...] |
/third_party/libunwind/libunwind/src/x86/ |
H A D | siglongjmp.S | 30 #define SIG_SETMASK 2 define 32 #define SIG_SETMASK 3 define 59 mov $SIG_SETMASK, %ebx /* 1st syscall arg (how) */ 78 pushl $SIG_SETMASK
|
/third_party/ltp/libs/libltpsigwait/ |
H A D | sigwait.c | 134 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching() 155 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching() 186 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching_rt() 224 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching_rt() 247 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching_noinfo() 263 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching_noinfo() 289 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_bad_address() 309 TEST(sigprocmask(SIG_SETMASK, &oldmask, NULL)); in test_bad_address()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
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() 75 sigprocmask(SIG_SETMASK, &actl, NULL); in main() 84 sigprocmask(SIG_SETMASK, NULL, &oactl); in main()
|
H A D | 10-1.c | 27 sigprocmask_return_val = sigprocmask(SIG_SETMASK, &set1, NULL); in main() 28 sigprocmask(SIG_SETMASK, NULL, &set2); in main()
|
H A D | 8-2.c | 11 2. Make a call such as this: sigprocmask(SIG_SETMASK, NULL, &oactl). 66 sigprocmask(SIG_SETMASK, &actl, NULL); in main() 67 sigprocmask(SIG_SETMASK, NULL, &oactl); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 12-1.c | 12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should 67 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) { in get_rand() 79 printf("SIG_SETMASK=%d\n", SIG_SETMASK); in a_thread_func() 88 pthread_sigmask(SIG_SETMASK, &actl, NULL); in a_thread_func() 97 pthread_sigmask(SIG_SETMASK, NULL, &oactl); in a_thread_func()
|
H A D | 10-1.c | 28 pthread_sigmask_return_val = pthread_sigmask(SIG_SETMASK, &set1, NULL); in a_thread_func() 29 pthread_sigmask(SIG_SETMASK, NULL, &set2); in a_thread_func()
|
H A D | 8-2.c | 11 2. Make a call such as this: pthread_sigmask(SIG_SETMASK, NULL, &oactl). 67 pthread_sigmask(SIG_SETMASK, &actl, NULL); in a_thread_func() 68 pthread_sigmask(SIG_SETMASK, NULL, &oactl); in a_thread_func()
|
H A D | 5-1.c | 13 only SIGABRT (by passing SIG_SETMASK value to pthread_sigmask) 20 that SIG_SETMASK removed the old signal from the set. 62 if (pthread_sigmask(SIG_SETMASK, &blocked_set, NULL) == -1) { in a_thread_func() 97 if (pthread_sigmask(SIG_SETMASK, &blocked_set, NULL) == -1) { in a_thread_func()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigrelse.c | 53 result = sigprocmask(SIG_SETMASK, NULL, &set); in sigrelse_0100() 82 result = sigprocmask(SIG_SETMASK, NULL, &set); in sigrelse_0100() 97 result = sigprocmask(SIG_SETMASK, NULL, &set); in sigrelse_0100()
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 112 sigprocmask(SIG_SETMASK, &oldmask, NULL); in add_mount() 134 sigprocmask(SIG_SETMASK, &oldmask, NULL); in add_mount() 171 sigprocmask(SIG_SETMASK, &oldmask, NULL); in exec_umount() 199 sigprocmask(SIG_SETMASK, &oldmask, NULL); in exec_umount() 243 sigprocmask(SIG_SETMASK, &oldmask, NULL); in remove_mount() 265 sigprocmask(SIG_SETMASK, &oldmask, NULL); in remove_mount()
|
/third_party/mksh/ |
H A D | jobs.c | 175 sigprocmask(SIG_SETMASK, &sm_default, NULL); in j_init() 528 sigprocmask(SIG_SETMASK, &omask, NULL); 601 sigprocmask(SIG_SETMASK, &omask, NULL); 650 sigprocmask(SIG_SETMASK, &omask, NULL); 673 sigprocmask(SIG_SETMASK, &omask, NULL); 696 sigprocmask(SIG_SETMASK, &omask, NULL); 705 sigprocmask(SIG_SETMASK, &omask, NULL); 736 sigprocmask(SIG_SETMASK, &omask, NULL); 745 sigprocmask(SIG_SETMASK, &omask, NULL); 751 sigprocmask(SIG_SETMASK, [all...] |
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gglobal.c | 84 SIGPROCMASK (SIG_SETMASK, &full_mask, &saved_mask); in tdep_init() 105 SIGPROCMASK (SIG_SETMASK, &saved_mask, NULL); in tdep_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
H A D | 5-1.c | 62 if (sigprocmask(SIG_SETMASK, &mask, NULL) == -1) { in main() 63 perror("sigprocmask(SIG_SETMASK, &mask, NULL) failed"); in main() 73 sigprocmask(SIG_SETMASK, NULL, &mask); in main()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | siglongjmp.S | 26 #define SIG_SETMASK 2 define 56 mov out0 = SIG_SETMASK
|
/third_party/musl/src/misc/ |
H A D | forkpty.c | 36 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty() 54 pthread_sigmask(SIG_SETMASK, &oldset, 0); in forkpty()
|
/third_party/musl/libc-test/src/functional/ |
H A D | setjmp.c | 46 sigprocmask(SIG_SETMASK, &set, &set2); in main() 61 sigprocmask(SIG_SETMASK, &set, &set2); in main()
|
/third_party/backends/include/sane/ |
H A D | sanei_backend.h | 83 # ifdef SIG_SETMASK 84 # undef SIG_SETMASK macro 100 # define SIG_SETMASK 3 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 8-1.c | 34 pthread_sigmask(SIG_SETMASK, NULL, &th_sigmask); in a_thread_func() 66 ret = pthread_sigmask(SIG_SETMASK, &main_sigmask, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
H A D | 4-1.c | 101 sigprocmask(SIG_SETMASK, &originalmask, NULL); in main() 109 sigprocmask(SIG_SETMASK, NULL, ¤tmask); in main()
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 72 #undef SIG_SETMASK macro 75 #define SIG_SETMASK 3 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 91 #undef SIG_SETMASK macro 94 #define SIG_SETMASK 3 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 91 #undef SIG_SETMASK macro 94 #define SIG_SETMASK 3 macro
|