Home
last modified time | relevance | path

Searched refs:is_stopping (Results 1 - 10 of 10) sorted by relevance

/third_party/node/src/api/
H A Dembed_helpers.cc29 if (env->is_stopping()) return Nothing<int>(); in SpinEventLoop()
37 if (env->is_stopping()) break; in SpinEventLoop()
39 if (env->is_stopping()) break; in SpinEventLoop()
44 if (more && !env->is_stopping()) continue; in SpinEventLoop()
59 } while (more == true && !env->is_stopping()); in SpinEventLoop()
63 if (env->is_stopping()) return Nothing<int>(); in SpinEventLoop()
H A Dcallback.cc104 if (env_->is_stopping()) { in Close()
111 if (env_->is_stopping()) return; in Close()
H A Denvironment.cc55 (env->is_main_thread() || !env->is_stopping()) && in ShouldAbortOnUncaughtException()
/third_party/node/src/
H A Dnode_watchdog.cc233 bool is_stopping; in RunSigintWatchdog() local
237 is_stopping = InformWatchdogsAboutSignal(); in RunSigintWatchdog()
238 } while (!is_stopping); in RunSigintWatchdog()
270 bool is_stopping = false; in InformWatchdogsAboutSignal() local
272 is_stopping = instance.stopping_; in InformWatchdogsAboutSignal()
277 if (instance.watchdogs_.empty() && !is_stopping) { in InformWatchdogsAboutSignal()
289 return is_stopping; in InformWatchdogsAboutSignal()
H A Denv-inl.h566 return can_call_into_js_ && !is_stopping(); in can_call_into_js()
670 inline bool Environment::is_stopping() const { in is_stopping() function in node::Environment
H A Denv.h752 inline bool is_stopping() const;
H A Dmodule_wrap.cc413 if (!env->is_main_thread() && env->is_stopping()) in Evaluate()
H A Dnode_worker.cc99 return env_->is_stopping(); in is_stopped()
H A Denv.cc827 CHECK(is_stopping()); in ~Environment()
H A Dnode_contextify.cc1094 if (!env->is_main_thread() && env->is_stopping()) in EvalMachine()

Completed in 15 milliseconds