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

12

/freebsd-13-stable/tools/regression/sysvmsg/
H A Dmsgtest.c198 (void) sigsuspend(&sigmask);
/freebsd-13-stable/tools/regression/sysvsem/
H A Dsemtest.c204 (void) sigsuspend(&sigmask);
/freebsd-13-stable/contrib/kyua/utils/process/
H A Doperations_test.cpp130 ::sigsuspend(&mask);
H A Dexecutor_test.cpp204 ::sigsuspend(&mask);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_syscalls.c672 SLOT(sigsuspend);
/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c230 /* Block these when avoiding racing before sigsuspend(). */
374 sigsuspend(&mask_orig);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c518 jobdebug_xprintf(("%d starting to sigsuspend for SIGCHLD on %d\n",
520 sigsuspend(&pause_mask);
523 jobdebug_xprintf(("%d returned from sigsuspend loop\n", getpid()));
603 /* ignore those during blocking sigsuspend:
631 sigsuspend(&pause_mask);
1923 sigsuspend(&pause_mask);
/freebsd-13-stable/contrib/kyua/utils/
H A Dstacktrace_test.cpp138 ::sigsuspend(&mask);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c180 * Instead of messing with it, we just use sigsuspend() instead.
680 result = sigsuspend(&sset);
/freebsd-13-stable/usr.sbin/iostat/
H A Diostat.c636 * Use sigsuspend to safely sleep until either signal is
645 sigsuspend(&oldsigmask);
/freebsd-13-stable/sbin/init/
H A Dinit.c1163 sigsuspend(&s);
1974 sigsuspend(&s);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1857 // returns. Similarly, if program unblocks a signal (or returns from sigsuspend)
1859 TSAN_INTERCEPTOR(int, sigsuspend, const __sanitizer_sigset_t *mask) {
1860 SCOPED_TSAN_INTERCEPTOR(sigsuspend, mask);
1861 return REAL(sigsuspend)(mask);
2749 TSAN_INTERCEPT(sigsuspend);
/freebsd-13-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c496 sigsuspend(&signew);
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y308 sigsuspend(&mask);
/freebsd-13-stable/bin/sh/
H A Djobs.c1190 sigsuspend(&omask);
/freebsd-13-stable/usr.sbin/ppp/
H A Dlcp.c983 sigsuspend(&emptyset);
/freebsd-13-stable/tests/sys/posixshm/
H A Dposixshm_test.c823 sigsuspend(&ss);
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c169 { compat(AS(osigsuspend_args),sigsuspend), .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 111 = old sigsuspend */
399 { .sy_narg = AS(sigsuspend_args), .sy_call = (sy_call_t *)sys_sigsuspend, .sy_auevent = AUE_SIGSUSPEND, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 341 = sigsuspend */
/freebsd-13-stable/contrib/apr/
H A Dconfigure20933 for ac_func in sigsuspend
20935 ac_fn_c_check_func "$LINENO" "sigsuspend" "ac_cv_func_sigsuspend"

Completed in 505 milliseconds

12