Searched refs:__SIGMASK_FUNC (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/include/machine/ |
D | setjmp.h | 475 #define __SIGMASK_FUNC pthread_sigmask macro 477 #define __SIGMASK_FUNC sigprocmask macro 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/ |
D | ChangeLog-2015 | 8946 * libc/include/machine/setjmp.h (__SIGMASK_FUNC): Define as 8948 (sigsetjmp): Use __SIGMASK_FUNC.
|