Home
last modified time | relevance | path

Searched refs:oldsigmask (Results 1 – 1 of 1) sorted by relevance

/external/libiio/src/iiod/
Dthread-pool.c83 sigset_t sigmask, oldsigmask; in thread_pool_add_thread() local
97 pthread_sigmask(SIG_BLOCK, &sigmask, &oldsigmask); in thread_pool_add_thread()
119 pthread_sigmask(SIG_SETMASK, &oldsigmask, NULL); in thread_pool_add_thread()