Home
last modified time | relevance | path

Searched refs:interrupted_ (Results 1 - 4 of 4) sorted by relevance

/third_party/ninja/src/
H A 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()
H A Dsubprocess.h102 static int interrupted_; member
104 static bool IsInterrupted() { return interrupted_ != 0; } in IsInterrupted()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc105 // and `interrupted_` fields for each individual list node that is currently
131 // locked it yet. In that case, we set the interrupted_ in NotifyWake()
137 interrupted_ = true; in NotifyWake()
427 bool interrupted = node->interrupted_; in WaitSync()
428 node->interrupted_ = false; in WaitSync()
437 // interrupted_ will be set to 1. This will be checked below. in WaitSync()
458 if (node->interrupted_) { in WaitSync()
H A Dfutex-emulation.h116 // waiting_ and interrupted_ are protected by FutexEmulation::mutex_
120 bool interrupted_ = false; member in v8::internal::FutexWaitListNode

Completed in 3 milliseconds