Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dsubprocess.h106 struct sigaction old_int_act_; member
Dsubprocess-posix.cc220 if (sigaction(SIGINT, &act, &old_int_act_) < 0) in SubprocessSet()
231 if (sigaction(SIGINT, &old_int_act_, 0) < 0) in ~SubprocessSet()