Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dnode_controller.cc364 shutdown_callback_flag_.Set(true); in RequestShutdown()
1256 if (!shutdown_callback_flag_) in AttemptShutdownIfRequested()
1271 shutdown_callback_flag_.Set(false); in AttemptShutdownIfRequested()
Dnode_controller.h298 AtomicFlag shutdown_callback_flag_; variable