Searched refs:sigset_t (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | signal.h | 63 typedef __sigset_t sigset_t; typedef 108 sigset_t sa_mask; 247 int sigaddset (sigset_t *, const int); 254 int sigdelset (sigset_t *, const int); 255 #define sigdelset(what,sig) (*(what) &= ~((sigset_t)1<<(sig)), 0) 256 int sigemptyset (sigset_t *); 257 #define sigemptyset(what) (*(what) = (sigset_t) 0, 0) 258 int sigfillset (sigset_t *); 259 #define sigfillset(what) (*(what) = ~((sigset_t)0), 0) 260 int sigismember (const sigset_t *, int); [all …]
|
D | spawn.h | 95 sigset_t * __restrict); 97 sigset_t * __restrict); 105 const sigset_t * __restrict); 107 const sigset_t * __restrict);
|
/picolibc-latest/newlib/libc/machine/cris/sys/ |
D | signal.h | 45 typedef unsigned long sigset_t; typedef 57 sigset_t sa_mask; 70 int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b); 80 int sigaddset (sigset_t *, const int); 81 int sigdelset (sigset_t *, const int); 82 int sigismember (const sigset_t *, int); 83 int sigfillset (sigset_t *); 84 int sigemptyset (sigset_t *);
|
/picolibc-latest/newlib/libc/include/machine/ |
D | setjmp.h | 464 typedef _JBTYPE sigjmp_buf[_JBLEN+1+((sizeof (_JBTYPE) + sizeof (sigset_t) - 1) 467 typedef int sigjmp_buf[_JBLEN+1+(sizeof (sigset_t)/sizeof (int))]; 488 __SIGMASK_FUNC (SIG_SETMASK, 0, (sigset_t *)((*_sjbuf) + _SIGMASK)),\ 497 __SIGMASK_FUNC (SIG_SETMASK, (sigset_t *)((*_sjbuf) + _SIGMASK), 0)\ 505 __SIGMASK_FUNC (SIG_SETMASK, 0, (sigset_t *) ((env) + _SIGMASK)),\ 509 __SIGMASK_FUNC (SIG_SETMASK, (sigset_t *) ((env) + _SIGMASK), 0):0),\
|
/picolibc-latest/newlib/libc/include/sys/ |
D | select.h | 42 typedef __sigset_t sigset_t; typedef 50 const sigset_t *__set));
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 844 sigset_t set, oset; in open_temp() 857 (void)sigprocmask(SIG_SETMASK, &oset, (sigset_t *)NULL); in open_temp()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 59 (sigset_t): Conditionally define. 60 * libc/include/sys/signal.h (sigset_t): Likewise. 3412 * libc/include/sys/signal.h (sigset_t): Don't define when building 6171 _JBTYPE and the size of sigset_t. 17972 default linux sigset_t typedef by defining it equal to __sigset_t. 17974 with a sigset_t that isn't implemented with a single int. 24776 (sigset_t, sigaction, SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK):
|