Searched refs:sigprocmask (Results 1 – 4 of 4) sorted by relevance
| /components/libc/posix/signal/ |
| A D | posix_signal.c | 47 int sigprocmask (int how, const sigset_t *set, sigset_t *oset) in sigprocmask() function 89 sigprocmask(SIG_SETMASK, RT_NULL, set); in sigpending() 113 sigprocmask(SIG_BLOCK, set, RT_NULL); in sigsuspend() 119 sigprocmask(SIG_UNBLOCK, (sigset_t *)0xffffUL, RT_NULL); in sigsuspend() 120 sigprocmask(SIG_BLOCK, &origin_set, RT_NULL); in sigsuspend()
|
| /components/libc/compilers/common/include/sys/ |
| A D | signal.h | 110 int sigprocmask (int how, const sigset_t *set, sigset_t *oset);
|
| /components/libc/ |
| A D | posix-info.txt | 153 + sigprocmask()
|
| /components/libc/posix/pthreads/ |
| A D | pthread.c | 1149 return sigprocmask(how, set, oset); in pthread_sigmask()
|
Completed in 5 milliseconds