Searched refs:old_mask (Results 1 – 1 of 1) sorted by relevance
275 sigset_t child_mask, old_mask; in waitpid_with_timeout() local279 if (sigprocmask(SIG_BLOCK, &child_mask, &old_mask) == -1) { in waitpid_with_timeout()289 if (sigprocmask(SIG_SETMASK, &old_mask, nullptr) == -1) { in waitpid_with_timeout()