HomeSort by: relevance | last modified time | path
    Searched refs:sigwait (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/sys/
sigwait.c 1 /* $NetBSD: sigwait.c,v 1.5 2012/03/20 16:26:12 matt Exp $ */
34 __RCSID("$NetBSD: sigwait.c,v 1.5 2012/03/20 16:26:12 matt Exp $");
45 __weak_alias(sigwait,_sigwait)
51 * This is wrapper around sigtimedwait(2), providing sigwait()
Makefile.inc 12 sigqueue.c sigtimedwait.c sigwait.c sigwaitinfo.c statvfs.c swapon.c \
390 MLINKS+=sigtimedwait.2 sigwait.2
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_ignore_signal.h 81 sigwait (&set, &sig_found);
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_ignore_signal.h 81 sigwait (&set, &sig_found);
  /src/include/
signal.h 191 int sigwait (const sigset_t * __restrict, int * __restrict);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
signal.d 1412 int sigwait(const scope sigset_t*, int*);
1427 int sigwait(const scope sigset_t*, int*);
1441 int sigwait(const scope sigset_t*, int*);
1455 int sigwait(const scope sigset_t*, int*);
1469 int sigwait(const scope sigset_t*, int*);
1493 int sigwait(const scope sigset_t*, int*);
1507 int sigwait(const scope sigset_t*, int*);
1521 int sigwait(const scope sigset_t*, int*);
1573 int sigwait(const scope sigset_t*, int*);
1587 int sigwait(const scope sigset_t*, int*)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/
test_server.c 193 RUNTIME_CHECK(sigwait(&sset, &sig) == 0);
test_client.c 316 RUNTIME_CHECK(sigwait(&sset, &sig) == 0);
  /src/lib/libpthread/
pthread_cancelstub.c 715 sigwait(const sigset_t * restrict set, int * restrict sig) function
817 __strong_alias(_sigwait, sigwait)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 167 * sigwait() for them will get those signals.
276 * sigwait().
321 if (sigwait(&sset, &sig) == 0) {
  /src/tests/lib/libpthread/
t_cancellation.c 782 RL(sigwait(&omask, &sig));
  /src/external/bsd/libbind/dist/
configure 22724 # We'd like to use sigwait() too
22726 { echo "$as_me:$LINENO: checking for sigwait" >&5
22727 echo $ECHO_N "checking for sigwait... $ECHO_C" >&6; }
22737 /* Define sigwait to an innocuous variant, in case <limits.h> declares sigwait.
22739 #define sigwait innocuous_sigwait
22742 which can conflict with char sigwait (); below.
22752 #undef sigwait
22760 char sigwait ();
22771 return sigwait ();
    [all...]
  /src/external/bsd/ntp/dist/sntp/
configure 14713 # We'd like to use sigwait() too
14715 ac_fn_c_check_func "$LINENO" "sigwait" "ac_cv_func_sigwait"
14720 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigwait in -lc" >&5
14721 printf %s "checking for sigwait in -lc... " >&6; }
14734 char sigwait ();
14738 return sigwait ();
14759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigwait in -lpthread" >&5
14760 printf %s "checking for sigwait in -lpthread... " >&6; }
14773 char sigwait ();
14777 return sigwait ();
    [all...]
  /src/external/gpl3/autoconf/dist/
maint.mk 571 sigrelse sigset sigsuspend sigtimedwait sigwait sigwaitinfo
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3927 INTERCEPTOR(int, sigwait, __sanitizer_sigset_t *set, int *sig) {
3929 COMMON_INTERCEPTOR_ENTER(ctx, sigwait, set, sig);
3934 int res = REAL(sigwait)(set, sig);
3938 #define INIT_SIGWAIT COMMON_INTERCEPT_FUNCTION(sigwait);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4180 INTERCEPTOR(int, sigwait, __sanitizer_sigset_t *set, int *sig) {
4182 COMMON_INTERCEPTOR_ENTER(ctx, sigwait, set, sig);
4187 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig);
4191 #define INIT_SIGWAIT COMMON_INTERCEPT_FUNCTION(sigwait);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4100 INTERCEPTOR(int, sigwait, __sanitizer_sigset_t *set, int *sig) {
4102 COMMON_INTERCEPTOR_ENTER(ctx, sigwait, set, sig);
4107 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig);
4111 #define INIT_SIGWAIT COMMON_INTERCEPT_FUNCTION(sigwait);
  /src/external/bsd/ntp/dist/
configure 24112 # We'd like to use sigwait() too
24114 ac_fn_c_check_func "$LINENO" "sigwait" "ac_cv_func_sigwait"
24119 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigwait in -lc" >&5
24120 printf %s "checking for sigwait in -lc... " >&6; }
24133 char sigwait ();
24137 return sigwait ();
24158 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigwait in -lpthread" >&5
24159 printf %s "checking for sigwait in -lpthread... " >&6; }
24172 char sigwait ();
24176 return sigwait ();
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 117 /* On Solaris, we need the POSIX sigwait function */
9229 sigwait(&set, &tmp);

Completed in 73 milliseconds