Home
last modified time | relevance | path

Searched refs:shutdown_callback_flag_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dnode_controller.cc308 shutdown_callback_flag_.Set(true); in RequestShutdown()
1225 if (!shutdown_callback_flag_) in AttemptShutdownIfRequested()
1241 shutdown_callback_flag_.Set(false); in AttemptShutdownIfRequested()
Dnode_controller.h314 AtomicFlag shutdown_callback_flag_; variable