| /src/lib/libc/sys/ |
| H A D | sigwait.c | 31 #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 D | Symbol.map | 28 sigwait;
|
| /src/cddl/usr.sbin/dtrace/tests/common/proc/ |
| H A D | Makefile | 17 tst.sigwait.d \ 25 tst.sigwait.c \ 28 LIBADD.tst.sigwait.exe+= rt
|
| /src/tests/sys/kern/ |
| H A D | ktrace_test.c | 188 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 D | Makefile | 43 ATF_TESTS_C+= sigwait 49 TEST_METADATA.sigwait+= is_exclusive="true" 107 LIBADD.sigwait+= rt
|
| H A D | pdeathsig.c | 196 rc = sigwait(&sigset, &signum); in ATF_TC_BODY() 272 rc = sigwait(&sigset, &signum); in ATF_TC_BODY()
|
| H A D | sigwait.c | 301 rv = sigwait(&ss, &sig); in ATF_TC_BODY()
|
| /src/contrib/sendmail/libmilter/ |
| H A D | signal.c | 108 if ((sig = sigwait(&set)) < 0) 110 if ((sigerr = sigwait(&set, &sig)) != 0)
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| H A D | tst.sigwait.c | 71 (void) sigwait(&set, &sig); in main()
|
| /src/contrib/openbsm/bin/auditdistd/ |
| H A D | sigtimedwait.h | 69 PJDLOG_VERIFY(sigwait(&mask, &signo) == 0); in sigtimedwait()
|
| /src/contrib/ntp/sntp/m4/ |
| H A D | ntp_libntp.m4 | 375 # 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 D | interposing_table.c | 62 SLOT(sigwait, __libsys_sigwait),
|
| H A D | Makefile.sys | 93 sigwait \ 354 sigwait.2 \
|
| /src/include/ |
| H A D | signal.h | 97 int sigwait(const sigset_t * _Nonnull __restrict,
|
| /src/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 688 SLOT(sigwait); in __thr_interpose_libc()
|
| /src/sys/sys/ |
| H A D | syscall.mk | 284 sigwait.o \
|
| /src/contrib/ntp/sntp/ |
| H A D | config.h.in | 377 /* sigwait() available? */ 595 /* deviant sigwait? */
|
| H A D | configure | 14734 char sigwait (); 14738 return sigwait (); 14773 char sigwait (); 14777 return sigwait (); 14866 char sigwait (); 14870 return sigwait ();
|
| /src/contrib/ntp/ |
| H A D | config.h.in | 853 /* sigwait() available? */ 1197 /* deviant sigwait? */
|
| H A D | configure | 24133 char sigwait (); 24137 return sigwait (); 24172 char sigwait (); 24176 return sigwait (); 24265 char sigwait (); 24269 return sigwait ();
|
| /src/contrib/jemalloc/ |
| H A D | configure.ac | 730 dnl Solaris needs this for sigwait().
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4191 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 D | libc_ubuntu1404_abilist.txt | 2932 fun:sigwait=uninstrumented
|
| /src/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 180 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.
|