Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 25 of 217) sorted by relevance

123456789

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_sigmask.c33 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/
Dsigset.c63 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/
Dtest-setjmp.c135 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/
Dtest_signal.rs38 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/
Dblock.c33 __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/
Dsigprocmask-internal.c21 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/
Dcpuset_memory_test.c293 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/
D18-1.c105 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.c36 sigprocmask(SIG_BLOCK, &set, NULL); in sigtimedwait_0100()
65 sigprocmask(SIG_BLOCK, &set, NULL); in sigtimedwait_time64_0100()
/third_party/libunwind/src/ia64/
Dsigsetjmp.S28 #define SIG_BLOCK 0 macro
44 mov out0 = SIG_BLOCK
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c111 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/
Dsetjmp.c42 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/
D4-2.c81 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/
D4-3.c84 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/
D4-1.c113 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/
D4-3.c93 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/
Dsignal.h90 #undef SIG_BLOCK
93 #define SIG_BLOCK 1 macro
/third_party/musl/arch/mips/bits/
Dsignal.h71 #undef SIG_BLOCK
74 #define SIG_BLOCK 1 macro
/third_party/musl/arch/mipsn32/bits/
Dsignal.h90 #undef SIG_BLOCK
93 #define SIG_BLOCK 1 macro
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp68 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/
Dtwoptimers.c53 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in main()
107 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in main()
/third_party/libfuse/lib/
Dmount_util.c98 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/
Dthread_pthrd_test.cpp152 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/
D3-3.c107 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/
D8-1.c105 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in sendsig()
237 ret = pthread_sigmask(SIG_BLOCK, &usersigs, NULL); in main()

123456789