Home
last modified time | relevance | path

Searched refs:stopped_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dsafepoint.cc216 stopped_ = 0; in Arm()
223 stopped_ = 0; in Disarm()
231 while (stopped_ < running) { in WaitUntilRunningThreadsInSafepoint()
234 DCHECK_EQ(stopped_, running); in WaitUntilRunningThreadsInSafepoint()
240 stopped_++; in NotifyPark()
247 stopped_++; in WaitInSafepoint()
H A Dsafepoint.h53 size_t stopped_ = 0; member in v8::internal::final::Barrier
58 Barrier() : armed_(false), stopped_(0) {} in Barrier()
/third_party/node/src/
H A Dnode_worker.cc100 return stopped_; in is_stopped()
291 stopped_ = true; in Run()
346 if (stopped_) return; in Run()
439 CHECK(stopped_); in ~Worker()
621 w->stopped_ = false; in StartThread()
673 w->stopped_ = true; in StartThread()
745 stopped_ = true; in Exit()
831 if (w->stopped_ || w->env_ == nullptr) in LoopIdleTime()
846 if (w->stopped_ || w->env_ == nullptr) in LoopStartTime()
H A Dnode_platform.cc575 outstanding_tasks_(0), stopped_(false), task_queue_() { } in TaskQueue()
599 while (task_queue_.empty() && !stopped_) { in BlockingPop()
602 if (stopped_) { in BlockingPop()
629 stopped_ = true; in Stop()
H A Dnode_worker.h121 bool stopped_ = true; member in node::worker::Worker
H A Dnode_platform.h41 bool stopped_; member in node::TaskQueue
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h51 inline bool has_stopped() const { return stopped_; } in has_stopped()
55 bool stopped_ = false; member in v8::internal::AtomicsWaitWakeHandle
H A Dfutex-emulation.cc251 stopped_ = true; in Wake()

Completed in 8 milliseconds