Searched refs:__sigset_t (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/sys/
H A D_ucontext.h43 __sigset_t uc_sigmask;
H A D_sigset.h53 } __sigset_t; typedef in typeref:struct:__sigset
H A Dpoll.h106 typedef __sigset_t sigset_t;
H A Dselect.h49 typedef __sigset_t sigset_t;
H A Dsignal.h164 typedef __sigset_t sigset_t;
/barrelfish-master/lib/libc/include/
H A Dlibc_private.h337 const __sigset_t *);
341 const __sigset_t *);
358 int __sys_sigprocmask(int, const __sigset_t *, __sigset_t *);
359 int __sys_sigsuspend(const __sigset_t *);
360 int __sys_sigtimedwait(const __sigset_t *, struct __siginfo *,
362 int __sys_sigwait(const __sigset_t *, int *);
363 int __sys_sigwaitinfo(const __sigset_t *, struct __siginfo *);
377 int __libc_sigprocmask(int, const __sigset_t *, __sigset_t *)
[all...]
/barrelfish-master/include/
H A Dsignal.h76 int pthread_sigmask(int, const __sigset_t * __restrict,
77 __sigset_t * __restrict);
H A Dspawn.h48 typedef __sigset_t sigset_t;

Completed in 59 milliseconds