Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dsubprocess-posix.cc187 int SubprocessSet::interrupted_; member in SubprocessSet
190 interrupted_ = signum; in SetInterruptedFlag()
201 interrupted_ = SIGINT; in HandlePendingInterruption()
203 interrupted_ = SIGTERM; in HandlePendingInterruption()
205 interrupted_ = SIGHUP; in HandlePendingInterruption()
266 interrupted_ = 0; in DoWork()
317 interrupted_ = 0; in DoWork()
363 kill(-(*i)->pid_, interrupted_); in Clear()
Dsubprocess.h102 static int interrupted_; member
104 static bool IsInterrupted() { return interrupted_ != 0; } in IsInterrupted()