Home
last modified time | relevance | path

Searched refs:is_stopped (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-visitor.h30 const bool is_stopped = in Traverse() local
34 if (is_stopped) return; in Traverse()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dtimeout.py26 if not self.is_stopped:
H A Drerun.py37 if not self.is_stopped and self._needs_rerun(test, result):
H A Dfuzzer.py122 if self.is_stopped:
198 if not self.is_stopped:
H A Dcombiner.py68 if self.is_stopped:
H A Dexecution.py66 if self.is_stopped:
H A Dbase.py107 def is_stopped(self): member in TestProc
/third_party/node/src/
H A Dnode_worker.cc96 bool Worker::is_stopped() const { in is_stopped() function in node::worker::Worker
298 if (is_stopped()) return; in Run()
325 if (is_stopped()) return; in Run()
337 if (is_stopped()) return; in Run()
350 if (is_stopped()) return; in Run()
828 // Using w->is_stopped() here leads to a deadlock, and checking is_stopped() in LoopIdleTime()
843 // Using w->is_stopped() here leads to a deadlock, and checking is_stopped() in LoopStartTime()
H A Dnode_worker.h60 bool is_stopped() const;

Completed in 5 milliseconds