/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
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/ |
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/tests/ |
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/ |
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/ |
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/ |
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/ |
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
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/libc-test/src/eabi/ |
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/libunwind/src/ia64/ |
D | sigsetjmp.S | 28 #define SIG_BLOCK 0 macro 44 mov out0 = SIG_BLOCK
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
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/musl/libc-test/src/functional/ |
D | setjmp.c | 42 sigprocmask(SIG_BLOCK, &set, 0); in main() 57 sigprocmask(SIG_BLOCK, &set, 0); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
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_timedwait/ |
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_cond_wait/ |
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_detach/ |
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/musl/arch/mips64/bits/ |
D | signal.h | 90 #undef SIG_BLOCK 93 #define SIG_BLOCK 1 macro
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 71 #undef SIG_BLOCK 74 #define SIG_BLOCK 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 90 #undef SIG_BLOCK 93 #define SIG_BLOCK 1 macro
|
/third_party/json/tests/thirdparty/Fuzzer/ |
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/ |
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/libfuse/lib/ |
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()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_pthrd_test.cpp | 152 EXPECT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &originalPthreadSignal)); 156 EXPECT_EQ(0, pthread_sigmask(SIG_BLOCK, &loadPthreadSignal, nullptr)); 158 EXPECT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &finalPthreadSignal)); 182 EXPECT_EQ(0, pthread_sigmask(SIG_BLOCK, &originalPthreadSignal, nullptr));
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
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/ |
D | 8-1.c | 105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig() 237 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()
|