Searched defs:sigset_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h45 typedef int sigset_t; /* signal mask - may change */ typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dselect.h49 typedef __sigset_t sigset_t; typedef
99 const struct timespec *__restrict, const sigset_t *__restrict);
H A Dsignal.h147 typedef __sigset_t sigset_t; typedef
306 sigset_t sa_mask; /* signal mask to apply */
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h63 * The sigset_t type is defined in <sys/signal.h> and duplicated
69 * the sigset_t type instead. This type is required for the XPG6
76 } sigset_t; typedef in typeref:struct:__anon181
165 const sigset_t *_RESTRICT_KYWD);
H A Dsignal.h67 } sigset_t; typedef in typeref:struct:__anon9049
102 sigset_t sa_mask;
120 sigset_t sa_mask;
242 * for sigset_t
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h48 * Inclusion of <sys/signal.h> for sigset_t and stack_t definitions
58 } sigset_t; typedef in typeref:struct:__anon512
84 sigset_t uc_sigmask;
97 sigset_t uc_sigmask;
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h48 * Inclusion of <sys/signal.h> for sigset_t and stack_t definitions
58 } sigset_t; typedef in typeref:struct:__anon542
85 sigset_t uc_sigmask;
102 sigset_t uc_sigmask;
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h158 } sigset_t; typedef in typeref:struct:__anon4487
168 sigset_t sa_mask;
231 extern int sigaddset(sigset_t *, int);
232 extern int sigdelset(sigset_t *, int);
233 extern int sigemptyset(sigset_t *);
234 extern int sigfillset(sigset_t *);
235 extern int sigismember(const sigset_t *, int);
236 extern int sigpending(sigset_t *);
237 extern int sigprocmask(int, const sigset_t *, sigset_t *);
[all...]

Completed in 70 milliseconds