Home
last modified time | relevance | path

Searched defs:pthread_sigmask (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask() function
/third_party/python/Lib/
Dsignal.py68 def pthread_sigmask(how, mask): function
/third_party/libuv/src/unix/
Dinternal.h87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) macro