Home
last modified time | relevance | path

Searched refs:sigwait (Results 1 – 24 of 24) sorted by relevance

/src/lib/libc/sys/
H A Dsigwait.c31 #pragma weak sigwait macro
33 sigwait(const sigset_t *set, int *sig) in sigwait() function
35 return (INTERPOS_SYS(sigwait, set, sig)); in sigwait()
H A DSymbol.map28 sigwait;
/src/cddl/usr.sbin/dtrace/tests/common/proc/
H A DMakefile17 tst.sigwait.d \
25 tst.sigwait.c \
28 LIBADD.tst.sigwait.exe+= rt
/src/tests/sys/kern/
H A Dktrace_test.c188 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
225 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
259 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
304 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
345 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
391 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
434 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
483 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
518 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
560 CHILD_REQUIRE(sigwait(&set, &error) != -1); in ATF_TC_BODY()
H A DMakefile43 ATF_TESTS_C+= sigwait
49 TEST_METADATA.sigwait+= is_exclusive="true"
107 LIBADD.sigwait+= rt
H A Dpdeathsig.c196 rc = sigwait(&sigset, &signum); in ATF_TC_BODY()
272 rc = sigwait(&sigset, &signum); in ATF_TC_BODY()
H A Dsigwait.c301 rv = sigwait(&ss, &sig); in ATF_TC_BODY()
/src/contrib/sendmail/libmilter/
H A Dsignal.c108 if ((sig = sigwait(&set)) < 0)
110 if ((sigerr = sigwait(&set, &sig)) != 0)
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c71 (void) sigwait(&set, &sig); in main()
/src/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h69 PJDLOG_VERIFY(sigwait(&mask, &signo) == 0); in sigtimedwait()
/src/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4375 # We'd like to use sigwait() too
378 [sigwait],
382 [sigwait],
386 [sigwait],
401 [sigwait],
408 AC_DEFINE([HAVE_SIGWAIT], [1], [sigwait() available?])
437 AC_DEFINE([HAVE_UNIXWARE_SIGWAIT], [1], [deviant sigwait?])
/src/lib/libsys/
H A Dinterposing_table.c62 SLOT(sigwait, __libsys_sigwait),
H A DMakefile.sys93 sigwait \
354 sigwait.2 \
/src/include/
H A Dsignal.h97 int sigwait(const sigset_t * _Nonnull __restrict,
/src/lib/libthr/thread/
H A Dthr_syscalls.c688 SLOT(sigwait); in __thr_interpose_libc()
/src/sys/sys/
H A Dsyscall.mk284 sigwait.o \
/src/contrib/ntp/sntp/
H A Dconfig.h.in377 /* sigwait() available? */
595 /* deviant sigwait? */
H A Dconfigure14734 char sigwait ();
14738 return sigwait ();
14773 char sigwait ();
14777 return sigwait ();
14866 char sigwait ();
14870 return sigwait ();
/src/contrib/ntp/
H A Dconfig.h.in853 /* sigwait() available? */
1197 /* deviant sigwait? */
H A Dconfigure24133 char sigwait ();
24137 return sigwait ();
24172 char sigwait ();
24176 return sigwait ();
24265 char sigwait ();
24269 return sigwait ();
/src/contrib/jemalloc/
H A Dconfigure.ac730 dnl Solaris needs this for sigwait().
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4191 INTERCEPTOR(int, sigwait, __sanitizer_sigset_t *set, int *sig) {
4193 COMMON_INTERCEPTOR_ENTER(ctx, sigwait, set, sig);
4198 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig);
4202 #define INIT_SIGWAIT COMMON_INTERCEPT_FUNCTION(sigwait);
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2932 fun:sigwait=uninstrumented
/src/contrib/sendmail/
H A DRELEASE_NOTES180 adapt a condition for sigwait(2) taking one argument.
578 SunOS 5.12 has changed the API for sigwait(2) to conform
1351 LIBMILTER: Deal with sigwait(2) implementations that return
2283 LIBMILTER: Ignore EINTR from sigwait(3) which may happen on Tru64.