Home
last modified time | relevance | path

Searched refs:has_running_thread_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_watchdog.cc301 CHECK_EQ(has_running_thread_, false); in Start()
315 has_running_thread_ = true; in Start()
353 if (!has_running_thread_) { in Stop()
363 has_running_thread_ = false; in Stop()
403 has_running_thread_ = false; in SigintWatchdogHelper()
417 CHECK_EQ(has_running_thread_, false); in ~SigintWatchdogHelper()
H A Dnode_watchdog.h139 bool has_running_thread_; member in node::SigintWatchdogHelper

Completed in 3 milliseconds