Searched refs:kShutdownTimeoutMs (Results 1 – 3 of 3) sorted by relevance
32 const int kShutdownTimeoutMs = 30 * 1000; variable41 WAIT_OBJECT_0 == ::WaitForSingleObject(process, kShutdownTimeoutMs)) { in ShutdownChrome()63 if (WAIT_OBJECT_0 == ::WaitForSingleObject(process, kShutdownTimeoutMs)) { in CloseChrome()
79 static const int kShutdownTimeoutMs; variable
151 const int LockStateController::kShutdownTimeoutMs = 400; member in ash::LockStateController