Searched refs:sigsuspend (Results 26 - 50 of 59) sorted by relevance

123

/openbsd-current/include/
H A Dsignal.h68 int sigsuspend(const sigset_t *);
/openbsd-current/regress/lib/libc/sys/
H A Dt_pipe.c109 if (sigsuspend(&emptysigset) != -1 || errno != EINTR)
110 atf_tc_fail("sigsuspend(&emptysigset): %s",
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsigdispatch.t68 POSIX::sigsuspend($old);
78 eval { POSIX::sigsuspend(POSIX::SigSet->new) };
112 POSIX::sigsuspend($set);
/openbsd-current/regress/sys/kern/signal/signal-stress/
H A Dsignal-stress.c71 sigsuspend(&oldmask);
/openbsd-current/regress/lib/libc/explicit_bzero/
H A Dexplicit_bzero.c117 ASSERT_EQ(-1, sigsuspend(&sigset));
/openbsd-current/regress/lib/libpthread/dlopen/
H A Ddlopen.c405 retval[0] = sigsuspend(&set);
559 TESTSPEC(TEST_SIGSUSPEND, "sigsuspend", sigsuspend),
/openbsd-current/regress/lib/libpthread/sigsuspend/
H A Dsigsuspend.c1 /* $OpenBSD: sigsuspend.c,v 1.5 2012/02/20 01:51:32 guenther Exp $ */
65 /* Allow these signals to wake us up during a sigsuspend. */
79 status = sigsuspend (&suspender_mask);
205 /* sigsuspend should not wake up for ignored signal SIGIO */
211 * sigsuspend.
217 /* sigsuspend should wake up for SIGURG */
228 /* sigsuspend should wake up for SIGUSR2 */
/openbsd-current/regress/sys/kern/signal/sigpthread/
H A Dsigpthread.c267 if (sigsuspend(&oset) != -1 || errno != EINTR)
268 err(1, "sigsuspend thread %d", tnum);
/openbsd-current/regress/sys/kern/sysvmsg/
H A Dmsgtest.c210 (void) sigsuspend(&sigmask);
/openbsd-current/regress/sys/kern/sysvsem/
H A Dsemtest.c209 (void) sigsuspend(&sigmask);
/openbsd-current/regress/sys/kern/sysvshm/
H A Dshmtest.c185 (void) sigsuspend(&sigmask);
/openbsd-current/sbin/ldattach/
H A Dldattach.c324 sigsuspend(&sigset);
/openbsd-current/usr.bin/timeout/
H A Dtimeout.c279 sigsuspend(&signals.sa_mask);
/openbsd-current/lib/libc/sys/
H A DMakefile.inc11 sigsuspend.S tfork_thread.S
200 sigprocmask.2 sigreturn.2 sigsuspend.2 socket.2 \
/openbsd-current/sbin/dump/
H A Dtape.c844 sigsuspend(&osigset);
892 sigsuspend(&nsigset);
/openbsd-current/usr.sbin/pppd/pppstats/
H A Dpppstats.c295 sigsuspend(&mask);
/openbsd-current/regress/sys/fifofs/
H A Dfifotest.c166 sigsuspend(&mask);
/openbsd-current/usr.bin/nfsstat/
H A Dnfsstat.c397 sigsuspend(&emptyset);
/openbsd-current/usr.sbin/iostat/
H A Diostat.c204 sigsuspend(&empty);
/openbsd-current/usr.bin/kstat/
H A Dkstat.c217 sigsuspend(&empty);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t101 siglongjmp signal sigpending sigprocmask sigsetjmp sigsuspend
/openbsd-current/usr.bin/netstat/
H A Dif.c433 sigsuspend(&emptyset);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm333 raise sigaction signal sigpending sigprocmask sigsuspend)],
/openbsd-current/usr.bin/make/
H A Djob.c789 * reception of new stuff on sigsuspend
808 sigsuspend(&emptyset);
/openbsd-current/bin/csh/
H A Dproc.c292 sigsuspend(&sigset);
361 sigsuspend(&sigset);

Completed in 307 milliseconds

123