/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_sigmask.c | 33 int32_t ret = pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread_sigmask_0100() 38 ret = pthread_sigmask(SIG_BLOCK, &setOne, &setEmpty); in pthread_sigmask_0100() 54 int32_t ret = pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread_sigmask_0200() 58 ret = pthread_sigmask(SIG_BLOCK, &setEmpty, NULL); in pthread_sigmask_0200() 76 int32_t ret = pthread_sigmask(SIG_BLOCK + errorParam, &set, NULL); in pthread_sigmask_0300() 90 int32_t ret = pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread_sigmask_0400() 92 ret = pthread_sigmask(SIG_BLOCK, NULL, &setEmpty); in pthread_sigmask_0400()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigset.c | 63 result = sigprocmask(SIG_BLOCK, NULL, set); in prepare() 95 result = sigprocmask(SIG_BLOCK, NULL, &set); in sigset_0100() 130 result = sigprocmask(SIG_BLOCK, NULL, &set); in sigset_0200() 165 result = sigprocmask(SIG_BLOCK, NULL, &set); in sigset_0300() 200 result = sigprocmask(SIG_BLOCK, NULL, &set); in sigset_0400()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-setjmp.c | 135 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset4); in sighandler() 173 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset3); in main() 194 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset3); in main() 216 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset3); in main() 238 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset3); in main() 262 sigprocmask (SIG_BLOCK, NULL, (sigset_t *) &sigset3); in main()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_signal.rs | 38 sigprocmask(SigmaskHow::SIG_BLOCK, None, None) in test_sigprocmask_noop() 50 sigprocmask(SigmaskHow::SIG_BLOCK, None, Some(&mut old_signal_set)) in test_sigprocmask() 65 sigprocmask(SigmaskHow::SIG_BLOCK, Some(&signal_set), None) in test_sigprocmask() 70 sigprocmask(SigmaskHow::SIG_BLOCK, None, Some(&mut old_signal_set)) in test_sigprocmask()
|
/third_party/musl/src/signal/ |
H A D | block.c | 33 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, &all_mask, set, _NSIG/8); in __block_all_sigs() 38 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, &app_mask, set, _NSIG/8); in __block_app_sigs()
|
/third_party/musl/libc-test/src/regression/ |
H A D | sigprocmask-internal.c | 21 if (sigprocmask(SIG_BLOCK, &s, 0)) in main() 23 if (sigprocmask(SIG_BLOCK, 0, &s)) in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 293 pthread_sigmask(SIG_BLOCK, &set, NULL); in thread2_routine() 297 pthread_sigmask(SIG_BLOCK, &waitset, NULL); in thread2_routine() 341 pthread_sigmask(SIG_BLOCK, &set, NULL); in main() 349 pthread_sigmask(SIG_BLOCK, &waitset, NULL); in main()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | sigsetjmp.S | 28 #define SIG_BLOCK 0 define 44 mov out0 = SIG_BLOCK
|
/third_party/musl/libc-test/src/eabi/ |
H A D | __sigtimedwait_time64.c | 36 sigprocmask(SIG_BLOCK, &set, NULL); in sigtimedwait_0100() 65 sigprocmask(SIG_BLOCK, &set, NULL); in sigtimedwait_time64_0100()
|
/third_party/musl/libc-test/src/functional/ |
H A D | setjmp.c | 42 sigprocmask(SIG_BLOCK, &set, 0); in main() 57 sigprocmask(SIG_BLOCK, &set, 0); in main()
|
/third_party/backends/include/sane/ |
H A D | sanei_backend.h | 77 # ifdef SIG_BLOCK 78 # undef SIG_BLOCK macro 98 # define SIG_BLOCK 1 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 4-2.c | 81 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 129 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in waiter() 206 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 4-2.c | 111 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 163 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in waiter() 250 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 18-1.c | 105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test() 252 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 70 #undef SIG_BLOCK macro 73 #define SIG_BLOCK 1 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 89 #undef SIG_BLOCK macro 92 #define SIG_BLOCK 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 89 #undef SIG_BLOCK macro 92 #define SIG_BLOCK 1 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 4-1.c | 113 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 210 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in worker() 273 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 84 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 198 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in worker() 261 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-3.c | 93 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 164 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in test() 234 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in do_child()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtilDarwin.cpp | 68 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand() 139 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) { in ExecuteCommand()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
H A D | twoptimers.c | 53 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in main() 107 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 3-3.c | 107 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 238 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
H A D | 8-1.c | 105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 237 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 98 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in add_mount() 157 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in exec_umount() 229 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in remove_mount()
|