Searched refs:pthread_sigmask (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawn.c | 38 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in __posix_spawnx() 58 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0); in __posix_spawnx()
|
| /third_party/ulib/musl/src/signal/ |
| A D | sigprocmask.c | 5 int r = pthread_sigmask(how, set, old); in sigprocmask()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_sigmask.c | 6 int pthread_sigmask(int how, const sigset_t* restrict set, sigset_t* restrict old) { in pthread_sigmask() function
|
| /third_party/ulib/musl/include/ |
| A D | signal.h | 208 int pthread_sigmask(int, const sigset_t* __restrict, sigset_t* __restrict);
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 112 $(LOCAL_DIR)/pthread/pthread_sigmask.c \
|
Completed in 7 milliseconds