Searched refs:SIG_SETMASK (Results 26 - 50 of 132) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc235 if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet))
238 if (sigprocmask(SIG_SETMASK, &FullSet, &SavedSet) < 0)
250 EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr);
252 if (sigprocmask(SIG_SETMASK, &SavedSet, nullptr) < 0)
/freebsd-11-stable/bin/sh/
H A Derror.c110 sigprocmask(SIG_SETMASK, &sigs, NULL);
/freebsd-11-stable/usr.bin/mail/
H A Dpopen.c145 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
267 (void)sigprocmask(SIG_SETMASK, &eset, NULL);
351 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
372 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-11-stable/lib/libc/gen/
H A Dwordexp.c164 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL);
172 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL);
265 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_create.c181 __sys_sigprocmask(SIG_SETMASK, &set, &oset);
198 __sys_sigprocmask(SIG_SETMASK, &oset, NULL);
281 __sys_sigprocmask(SIG_SETMASK, &set, NULL);
H A Dthr_sig.c109 __sys_sigprocmask(SIG_SETMASK, &curthread->sigmask, NULL);
231 __sys_sigprocmask(SIG_SETMASK, &actp->sa_mask, NULL);
410 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset);
428 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL);
534 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset);
575 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtimer.c75 sigprocmask(SIG_SETMASK, &omask, NULL);
95 sigprocmask(SIG_SETMASK, &omask, NULL);
134 sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp238 #define SIG_SETMASK 2 macro
287 (void)sigprocmask(SIG_SETMASK, &env[0].__saved_mask,
303 #undef SIG_SETMASK macro
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dthread_pool.c187 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL);
218 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset);
220 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL);
/freebsd-11-stable/contrib/opie/
H A Dpopen.c203 sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe.c115 RL(sigprocmask(SIG_SETMASK, &osigset, NULL));
H A Dt_timer_create.c82 ATF_REQUIRE(sigprocmask(SIG_SETMASK, &set, NULL) == 0);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.sig.h151 sigprocmask(SIG_SETMASK, &sm, NULL); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp472 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset));
489 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr));
502 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset));
508 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr));
/freebsd-11-stable/contrib/libreadline/
H A Dsignals.c184 sigprocmask (SIG_SETMASK, &set, (sigset_t *)NULL);
365 sigprocmask (SIG_SETMASK, &oset, (sigset_t *)NULL);
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_start.c125 sigprocmask(SIG_SETMASK, &smask, NULL);
303 sigprocmask(SIG_SETMASK, &smask, NULL);
H A Dsched.c134 sigprocmask(SIG_SETMASK, &mask, NULL);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_lock.c128 sigprocmask(SIG_SETMASK, &tmp_oldsigmask, NULL);
146 sigprocmask(SIG_SETMASK, &oldsigmask, NULL);
/freebsd-11-stable/tests/sys/kern/
H A Dpdeathsig.c182 rc = sigprocmask(SIG_SETMASK, &sigset, NULL);
259 rc = sigprocmask(SIG_SETMASK, &sigset, NULL);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c414 if ((rv = sigprocmask(SIG_SETMASK, &sig_mask, NULL)) != 0) {
418 if ((rv = pthread_sigmask(SIG_SETMASK, &sig_mask, NULL)) != 0) {
/freebsd-11-stable/contrib/bmake/
H A Dsigcompat.c238 n = sigprocmask(SIG_SETMASK, (sigset_t *) & m, (sigset_t *) & omask);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c229 sigprocmask(SIG_SETMASK, &osigset, NULL);
/freebsd-11-stable/lib/libc/net/
H A Drcmd.c160 __libc_sigprocmask(SIG_SETMASK, (const sigset_t *)&oldmask,
178 __libc_sigprocmask(SIG_SETMASK, (const sigset_t *)&oldmask,
303 __libc_sigprocmask(SIG_SETMASK, (const sigset_t *)&oldmask, NULL);
311 __libc_sigprocmask(SIG_SETMASK, (const sigset_t *)&oldmask, NULL);
/freebsd-11-stable/lib/libc/compat-43/
H A Dsigcompat.c77 n = __libc_sigprocmask(SIG_SETMASK, &set, &oset);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c147 sigprocmask(SIG_SETMASK, &omask, NULL);

Completed in 314 milliseconds

123456