Searched refs:old_hup_act_ (Results 1 – 2 of 2) sorted by relevance
108 struct sigaction old_hup_act_; member
224 if (sigaction(SIGHUP, &act, &old_hup_act_) < 0) in SubprocessSet()235 if (sigaction(SIGHUP, &old_hup_act_, 0) < 0) in ~SubprocessSet()