Searched defs:pthread_sigmask (Results 1 – 3 of 3) sorted by relevance
5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask() function
68 def pthread_sigmask(how, mask): function
87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) macro