Searched defs:pthread_sigmask (Results 1 – 2 of 2) sorted by relevance
35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
358 TEST(pthread, pthread_sigmask) { in TEST() argument