Searched refs:old_int_act_ (Results 1 – 2 of 2) sorted by relevance
106 struct sigaction old_int_act_; member
220 if (sigaction(SIGINT, &act, &old_int_act_) < 0) in SubprocessSet()231 if (sigaction(SIGINT, &old_int_act_, 0) < 0) in ~SubprocessSet()