Searched refs:blocked_sigs (Results 1 – 1 of 1) sorted by relevance
190 static sigset_t blocked_sigs; variable1403 if (sigprocmask(SIG_BLOCK, &set, &blocked_sigs) == -1) { in block_sigs()1411 if (sigprocmask(SIG_SETMASK, &blocked_sigs, NULL) == -1) { in unblock_sigs()