Searched refs:sigset_t (Results 1 - 25 of 42) sorted by relevance

12

/barrelfish-master/lib/libc/sys/
H A Dsigprocmask.c45 sigprocmask(int how, const sigset_t *set, sigset_t *oset)
48 return (((int (*)(int, const sigset_t *, sigset_t *))
H A Dsigwait.c37 sigwait(const sigset_t *set, int *sig)
40 return (((int (*)(const sigset_t *, int *))
45 __libc_sigwait(const sigset_t *set, int *sig)
H A Dsigsuspend.c45 sigsuspend(const sigset_t *set)
48 return (((int (*)(const sigset_t *))
H A Dsigtimedwait.c44 sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
48 return (((int (*)(const sigset_t *, siginfo_t *,
H A Dsigwaitinfo.c44 sigwaitinfo(const sigset_t * __restrict set, siginfo_t * __restrict info)
47 return (((int (*)(const sigset_t *, siginfo_t *))
H A Dppoll.c45 timeout, const sigset_t *__restrict newsigmask)
49 const sigset_t *)) __libc_interposing[INTERPOS_ppoll])(pfd, nfds,
H A Dpselect.c45 const sigset_t *s)
49 const struct timespec *, const sigset_t *))
/barrelfish-master/include/
H A Dsignal.h80 int sigaddset(sigset_t *, int);
81 int sigdelset(sigset_t *, int);
82 int sigemptyset(sigset_t *);
83 int sigfillset(sigset_t *);
84 int sigismember(const sigset_t *, int);
85 int sigpending(sigset_t *) __nonnull(1);
86 int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict);
87 int sigsuspend(const sigset_t *) __nonnull(1);
88 int sigwait(const sigset_t * __restric
[all...]
H A Dspawn.h48 typedef __sigset_t sigset_t; typedef
103 sigset_t * __restrict);
105 sigset_t * __restrict sigmask);
113 const sigset_t * __restrict);
115 const sigset_t * __restrict);
/barrelfish-master/lib/libc/gen/
H A Dsigsetops.c42 sigaddset(sigset_t *set, int signo)
54 sigdelset(sigset_t *set, int signo)
66 sigemptyset(sigset_t *set)
76 sigfillset(sigset_t *set)
86 sigismember(const sigset_t *set, int signo)
H A Dpause.c49 sigset_t oset;
H A Dsiginterrupt.c48 extern sigset_t _sigintr __hidden;
H A Dsignal.c44 sigset_t _sigintr __hidden; /* shared with siginterrupt */
H A Dposix_spawn.c52 sigset_t sa_sigdefault;
53 sigset_t sa_sigmask;
424 sigset_t * __restrict sigdefault)
432 sigset_t * __restrict sigmask)
469 const sigset_t * __restrict sigdefault)
477 const sigset_t * __restrict sigmask)
/barrelfish-master/lib/posixcompat/
H A Dsignal.c24 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oset)
/barrelfish-master/include/sys/
H A Dpoll.h106 typedef __sigset_t sigset_t; typedef
116 const sigset_t *__restrict _newsigmask);
H A Dselect.h49 typedef __sigset_t sigset_t; typedef
99 const struct timespec *__restrict, const sigset_t *__restrict);
H A Ducontext.h43 sigset_t uc_sigmask;
H A Depoll.h85 int max, int timeout, const sigset_t *sigmask);
/barrelfish-master/lib/libc/compat-43/
H A Dsigcompat.c72 sigset_t set, oset;
86 sigset_t set, oset;
100 sigset_t set;
110 sigset_t set;
122 sigset_t set;
143 sigset_t set;
154 sigset_t set, pset;
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Ds390xcap.c16 sigset_t oset;
/barrelfish-master/lib/libc/secure/
H A Dstack_protector.c83 sigset_t mask;
/barrelfish-master/lib/libc/stdio/
H A Dtmpfile.c54 sigset_t set, oset;
/barrelfish-master/lib/libc/stdlib/
H A Dsystem.c64 sigset_t newsigblock, oldsigblock;
/barrelfish-master/lib/libc/rpc/
H A Dclnt_dg.c172 sigset_t mask;
173 sigset_t newmask;
333 sigset_t mask;
334 sigset_t newmask;
623 sigset_t mask;
624 sigset_t newmask;
650 sigset_t mask;
651 sigset_t newmask;
793 sigset_t mask;
794 sigset_t newmas
[all...]

Completed in 107 milliseconds

12