Searched refs:oldsigmask (Results 1 – 1 of 1) sorted by relevance
83 sigset_t sigmask, oldsigmask; in thread_pool_add_thread() local97 pthread_sigmask(SIG_BLOCK, &sigmask, &oldsigmask); in thread_pool_add_thread()119 pthread_sigmask(SIG_SETMASK, &oldsigmask, NULL); in thread_pool_add_thread()