Searched refs:pthread_sigmask (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dsigprocmask.c5 int r = pthread_sigmask(how, set, old);
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_sigmask.c6 int pthread_sigmask(int how, const sigset_t* restrict set, sigset_t* restrict old) { function
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dposix_spawn.c38 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask);
58 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsignal.h208 int pthread_sigmask(int, const sigset_t* __restrict, sigset_t* __restrict);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk112 $(LOCAL_DIR)/pthread/pthread_sigmask.c \

Completed in 93 milliseconds