Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dsubprocess.h108 struct sigaction old_hup_act_; member
Dsubprocess-posix.cc224 if (sigaction(SIGHUP, &act, &old_hup_act_) < 0) in SubprocessSet()
235 if (sigaction(SIGHUP, &old_hup_act_, 0) < 0) in ~SubprocessSet()