HomeSort by: relevance | last modified time | path
    Searched refs:sigwait (Results 1 - 6 of 6) 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/include/
signal.h 191 int sigwait (const sigset_t * __restrict, int * __restrict);
  /src/lib/libpthread/
pthread_cancelstub.c 715 sigwait(const sigset_t * restrict set, int * restrict sig) function in typeref:typename:int
817 __strong_alias(_sigwait, sigwait)
  /src/tests/lib/libpthread/
t_cancellation.c 782 RL(sigwait(&omask, &sig));
  /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);

Completed in 20 milliseconds