Searched refs:sigsuspend (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/lib/libc/sys/
H A Dsigsuspend.c41 __weak_reference(sigsuspend, __libc_sigsuspend);
43 #pragma weak sigsuspend macro
45 sigsuspend(const sigset_t *set) function
H A Dinterposing_table.c65 SLOT(sigsuspend, __sys_sigsuspend),
H A DMakefile.inc62 sigsuspend \
298 sigsuspend.2 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigsuspend.c35 * Regression test for sigsuspend in libpthread when pthread lib isn't
56 ATF_TC(sigsuspend); variable
57 ATF_TC_HEAD(sigsuspend, tc)
60 "Checks sigsuspend in libpthread when pthread lib isn't initialized");
62 ATF_TC_BODY(sigsuspend, tc)
78 sigsuspend(&set);
87 ATF_TP_ADD_TC(tp, sigsuspend);
H A Dt_sigalarm.c86 "Checks sigsuspend in libpthread when pthread lib is initialized");
96 sigsuspend(&set);
/freebsd-11-stable/lib/libc/gen/
H A Dpause.c53 return (sigsuspend(&oset));
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DSigAction.h97 #undef sigsuspend macro
98 #define sigsuspend _nc_sigsuspend macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsigact.h84 int sigsuspend (sigset_t *mask);
H A Dsigact.c91 sigsuspend (sigset_t *mask) function
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh125 (void) sigsuspend(&mask);
139 syscall::sigsuspend:entry
/freebsd-11-stable/include/
H A Dsignal.h89 int sigsuspend(const sigset_t * _Nonnull);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c217 sigsuspend(&set);
249 sigsuspend(&set);
274 sigsuspend(&set);
281 sigsuspend(&set);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe.c111 if (sigsuspend(&emptysigset) != -1 || errno != EINTR)
112 atf_tc_fail("sigsuspend(&emptysigset): %s",
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf671 sigsuspend
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf261 sigsuspend
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c386 sigsuspend(&sig_mask);
388 #error No apr_sigwait() and no sigsuspend()
/freebsd-11-stable/contrib/bmake/
H A Dsigcompat.c277 n = sigsuspend(&m);
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c162 (void) sigsuspend(&sigmask);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c319 (void) sigsuspend(&sigmask);
553 (void) sigsuspend(&sigmask);
759 (void) sigsuspend(&sigmask);
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk218 sigsuspend.o \
/freebsd-11-stable/contrib/ntp/libntp/
H A Diosignal.c457 if (sigsuspend(&old) && (errno != EINTR))
458 msyslog(LOG_ERR, "wait_for_signal: sigsuspend() failed: %m");
/freebsd-11-stable/tools/regression/sysvmsg/
H A Dmsgtest.c198 (void) sigsuspend(&sigmask);
/freebsd-11-stable/tools/regression/sysvsem/
H A Dsemtest.c204 (void) sigsuspend(&sigmask);
/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c280 sigsuspend(&signals.sa_mask);
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h213 #undef sigsuspend macro

Completed in 174 milliseconds

12