| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_siglongjmp.c | 87 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &nset, NULL)); in ATF_TC_BODY() 97 PTHREAD_REQUIRE(pthread_sigmask(0, NULL, &nset)); in ATF_TC_BODY()
|
| H A D | t_sigmask.c | 77 pthread_sigmask(SIG_BLOCK, &nset, NULL); in ATF_TC_BODY() 235 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL)); in ATF_TC_BODY() 242 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL)); in ATF_TC_BODY()
|
| H A D | t_sleep.c | 89 PTHREAD_REQUIRE(pthread_sigmask(SIG_BLOCK, &mtsm, 0)); in ATF_TC_BODY()
|
| /freebsd/contrib/unbound/util/ |
| H A D | locks.c | 60 if((err=pthread_sigmask(SIG_SETMASK, &sigset, NULL))) in ub_thread_blocksigs() 86 if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL))) in ub_thread_sig_unblock()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_data.c | 399 if ((pthread_sigmask)) in _nc_sigprocmask() 400 return pthread_sigmask(how, newmask, oldmask); in _nc_sigprocmask()
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | signal.c | 174 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
|
| /freebsd/include/ |
| H A D | signal.h | 85 int pthread_sigmask(int, const __sigset_t * __restrict,
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | ptrace10.sh | 104 r = pthread_sigmask(SIG_BLOCK, &set, NULL);
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | MainLoopPosix.cpp | 297 ret = pthread_sigmask(SIG_UNBLOCK, &new_action.sa_mask, &old_set); in RegisterSignal() 327 int ret = pthread_sigmask(it->second.was_blocked ? SIG_BLOCK : SIG_UNBLOCK, in UnregisterSignal()
|
| H A D | ProcessLauncherPosixFork.cpp | 154 pthread_sigmask(SIG_SETMASK, &set, nullptr) != 0) in ChildFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 281 if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet)) 289 // pthread_sigmask might tamper with errno. 296 EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr); 302 // pthread_sigmask.
|
| /freebsd/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed.c | 83 if (pthread_sigmask(SIG_BLOCK, &sa.sa_mask, NULL) < 0) in _setup_sig_handlers()
|
| H A D | zed_exec.c | 272 (void) pthread_sigmask(SIG_SETMASK, &sa.sa_mask, NULL); in _reap_children()
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 111 pthread_sigmask;
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | work_thread.c | 556 * BSDI 3.1 seg faults in pthread_sigmask() if we don't do this. 632 pthread_sigmask(SIG_SETMASK, &saved_sig_mask, NULL); 687 pthread_sigmask(SIG_BLOCK, &block, pmask);
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | main.c | 106 pthread_sigmask(SIG_SETMASK, &set, &saved_sigset); in block_signals() 125 pthread_sigmask(SIG_SETMASK, &saved_sigset, NULL); in setup_signals()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctfmerge.c | 704 pthread_sigmask(SIG_BLOCK, &sets, NULL); in start_threads() 720 pthread_sigmask(SIG_UNBLOCK, &sets, NULL); in start_threads()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 189 LLVM_SYMBOLIZER_INTERCEPTOR3(pthread_sigmask,
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 197 #define pthread_sigmask _pthread_sigmask macro
|
| H A D | un-namespace.h | 178 #undef pthread_sigmask
|
| /freebsd/contrib/xz/src/common/ |
| H A D | mythread.h | 173 int ret = pthread_sigmask(how, set, oset); in mythread_sigmask()
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | background_thread.c | 283 int mask_err = pthread_sigmask(SIG_SETMASK, &set, &oldset); 293 int restore_err = pthread_sigmask(SIG_SETMASK, &oldset, NULL);
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_proc.c | 688 (void) pthread_sigmask(SIG_SETMASK, &nset, &oset); in dt_proc_create_thread() 690 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in dt_proc_create_thread()
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 62 pthread_sigmask;
|
| H A D | _pthread_stubs.c | 259 STUB_FUNC3(pthread_sigmask, PJT_SIGMASK, int, int, void *, void *)
|