Searched defs:pthread_sigmask (Results 1 – 4 of 4) sorted by relevance
5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask() function
27 #define pthread_sigmask(H, S1, S2) 0 macro
59 def pthread_sigmask(how, mask): function
87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) macro