Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/process/
A Dposix_spawn.c38 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 Dsigprocmask.c5 int r = pthread_sigmask(how, set, old); in sigprocmask()
/third_party/ulib/musl/pthread/
A Dpthread_sigmask.c6 int pthread_sigmask(int how, const sigset_t* restrict set, sigset_t* restrict old) { in pthread_sigmask() function
/third_party/ulib/musl/include/
A Dsignal.h208 int pthread_sigmask(int, const sigset_t* __restrict, sigset_t* __restrict);
/third_party/ulib/musl/
A Dmusl-rules.mk112 $(LOCAL_DIR)/pthread/pthread_sigmask.c \

Completed in 7 milliseconds