Searched refs:shutdown_command_lock_ (Results 1 – 1 of 1) sorted by relevance
242 auto lock = std::lock_guard{shutdown_command_lock_}; in TriggerShutdown()249 auto lock = std::lock_guard{shutdown_command_lock_}; in CheckShutdown()258 std::mutex shutdown_command_lock_; member in android::init::ShutdownState259 std::string shutdown_command_ GUARDED_BY(shutdown_command_lock_);