Home
last modified time | relevance | path

Searched defs:pthread_sigmask (Results 1 – 4 of 4) 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/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread_signal.h27 #define pthread_sigmask(H, S1, S2) 0 macro
/third_party/python/Lib/
Dsignal.py59 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