Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
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_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_sleep.c89 PTHREAD_REQUIRE(pthread_sigmask(SIG_BLOCK, &mtsm, 0)); in ATF_TC_BODY()
/freebsd-12.1/contrib/apr/threadproc/unix/
H A Dsignals.c424 if ((rv = pthread_sigmask(SIG_SETMASK, &sig_mask, NULL)) != 0) { in apr_setup_signal_thread()
450 if ((rv = pthread_sigmask(SIG_BLOCK, &sig_mask, NULL)) != 0) { in apr_signal_block()
477 if ((rv = pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) { in apr_signal_unblock()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c371 if ((pthread_sigmask)) in _nc_sigprocmask()
372 return pthread_sigmask(how, newmask, oldmask); in _nc_sigprocmask()
/freebsd-12.1/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-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c187 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL); in tpool_worker()
218 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset); in create_worker()
220 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in create_worker()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMainLoop.cpp151 int ret = pthread_sigmask(SIG_SETMASK, nullptr, &sigmask); in get_sigmask()
332 ret = pthread_sigmask(HAVE_SYS_EVENT_H ? SIG_UNBLOCK : SIG_BLOCK,
360 int ret = pthread_sigmask(it->second.was_blocked ? SIG_BLOCK : SIG_UNBLOCK,
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp401 INTERCEPTOR(int, pthread_sigmask, int how, __sanitizer_sigset_t *set, in INTERCEPTOR() argument
404 COMMON_INTERCEPTOR_ENTER(ctx, pthread_sigmask, how, set, oldset); in INTERCEPTOR()
412 #define ESAN_MAYBE_INTERCEPT_PTHREAD_SIGMASK INTERCEPT_FUNCTION(pthread_sigmask)
/freebsd-12.1/include/
H A Dsignal.h80 int pthread_sigmask(int, const __sigset_t * __restrict,
/freebsd-12.1/contrib/sendmail/libmilter/
H A Dsignal.c174 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dapp.c349 presult = pthread_sigmask(SIG_BLOCK, &sset, NULL); in isc__app_start()
849 RUNTIME_CHECK(pthread_sigmask(SIG_UNBLOCK, &sset, NULL) == 0); in isc__app_block()
870 RUNTIME_CHECK(pthread_sigmask(SIG_BLOCK, &sset, NULL) == 0); in isc__app_unblock()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DProcess.inc237 if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet))
245 // pthread_sigmask might tamper with errno.
252 EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr);
258 // pthread_sigmask.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp134 pthread_sigmask(SIG_SETMASK, &set, nullptr) != 0) in ChildFunc()
/freebsd-12.1/lib/libthr/
H A Dpthread.map112 pthread_sigmask;
/freebsd-12.1/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-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c703 pthread_sigmask(SIG_BLOCK, &sets, NULL); in start_threads()
719 pthread_sigmask(SIG_UNBLOCK, &sets, NULL); in start_threads()
/freebsd-12.1/contrib/ntp/libntp/
H A Dwork_thread.c622 pthread_sigmask(SIG_SETMASK, &saved_sig_mask, NULL);
677 pthread_sigmask(SIG_BLOCK, &block, pmask); in block_thread_signals()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc196 LLVM_SYMBOLIZER_INTERCEPTOR3(pthread_sigmask,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h197 #define pthread_sigmask _pthread_sigmask macro
H A Dun-namespace.h178 #undef pthread_sigmask
/freebsd-12.1/contrib/xz/src/common/
H A Dmythread.h146 int ret = pthread_sigmask(how, set, oset); in mythread_sigmask()
/freebsd-12.1/contrib/jemalloc/src/
H A Dbackground_thread.c363 int mask_err = pthread_sigmask(SIG_SETMASK, &set, &oldset);
373 int restore_err = pthread_sigmask(SIG_SETMASK, &oldset, NULL);
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map64 pthread_sigmask;
H A D_pthread_stubs.c254 STUB_FUNC3(pthread_sigmask, PJT_SIGMASK, int, int, void *, void *)

12