Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_siglongjmp.c87 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 Dt_sigmask.c77 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 Dt_sleep.c89 PTHREAD_REQUIRE(pthread_sigmask(SIG_BLOCK, &mtsm, 0)); in ATF_TC_BODY()
/freebsd/contrib/unbound/util/
H A Dlocks.c60 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 Dlib_data.c399 if ((pthread_sigmask)) in _nc_sigprocmask()
400 return pthread_sigmask(how, newmask, oldmask); in _nc_sigprocmask()
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c194 (void) pthread_sigmask(SIG_SETMASK, NULL, &maskset); in tpool_worker()
205 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL); in tpool_worker()
235 (void) pthread_sigmask(SIG_SETMASK, NULL, &oset); in create_worker()
237 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in create_worker()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp123 int ret = pthread_sigmask(SIG_SETMASK, nullptr, &sigmask); in get_sigmask()
136 // combination of pthread_sigmask and select. This is not sufficient for us, in Poll()
315 ret = pthread_sigmask(HAVE_SYS_EVENT_H ? SIG_UNBLOCK : SIG_BLOCK,
317 assert(ret == 0 && "pthread_sigmask failed");
346 int ret = pthread_sigmask(it->second.was_blocked ? SIG_BLOCK : SIG_UNBLOCK,
H A DProcessLauncherPosixFork.cpp154 pthread_sigmask(SIG_SETMASK, &set, nullptr) != 0) in ChildFunc()
/freebsd/contrib/sendmail/libmilter/
H A Dsignal.c174 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
/freebsd/include/
H A Dsignal.h77 int pthread_sigmask(int, const __sigset_t * __restrict,
/freebsd/tools/test/stress2/misc/
H A Dptrace10.sh104 r = pthread_sigmask(SIG_BLOCK, &set, NULL);
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc288 if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet))
296 // pthread_sigmask might tamper with errno.
303 EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr);
309 // pthread_sigmask.
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed.c82 if (pthread_sigmask(SIG_BLOCK, &sa.sa_mask, NULL) < 0) in _setup_sig_handlers()
H A Dzed_exec.c210 (void) pthread_sigmask(SIG_SETMASK, &sa.sa_mask, NULL); in _reap_children()
/freebsd/lib/libthr/
H A Dpthread.map111 pthread_sigmask;
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c556 * 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 Dmain.c106 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 Dctfmerge.c704 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 Dsanitizer_wrappers.cpp189 LLVM_SYMBOLIZER_INTERCEPTOR3(pthread_sigmask,
/freebsd/lib/libc/include/
H A Dnamespace.h197 #define pthread_sigmask _pthread_sigmask macro
H A Dun-namespace.h178 #undef pthread_sigmask
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp666 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in sigtstp_handler()
674 pthread_sigmask(SIG_BLOCK, &set, nullptr); in sigtstp_handler()
/freebsd/lib/libc/gen/
H A DSymbol.map62 pthread_sigmask;
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c361 int mask_err = pthread_sigmask(SIG_SETMASK, &set, &oldset);
371 int restore_err = pthread_sigmask(SIG_SETMASK, &oldset, NULL);
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c688 (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()

12