Searched refs:shutdown_command_lock_ (Results 1 – 1 of 1) sorted by relevance
244 auto lock = std::lock_guard{shutdown_command_lock_}; in TriggerShutdown()251 auto lock = std::lock_guard{shutdown_command_lock_}; in CheckShutdown()260 std::mutex shutdown_command_lock_; member in android::init::ShutdownState261 std::string shutdown_command_ GUARDED_BY(shutdown_command_lock_);