Searched refs:shutdownMutex_ (Results 1 – 2 of 2) sorted by relevance
804 std::lock_guard lock(shutdownMutex_); in RebootDeviceForDeprecated()836 std::lock_guard lock(shutdownMutex_); in ShutDownDevice()1445 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()1454 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()1464 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()1473 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()1483 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()1492 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()
340 std::mutex shutdownMutex_; variable