Home
last modified time | relevance | path

Searched refs:SHUTDOWN_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt25 private const val SHUTDOWN_TIMEOUT = 5000L // 5 sec at most to wait constant
33 DefaultExecutor.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
44 CommonPool.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
45 DefaultScheduler.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
46 shutdownDispatcherPools(SHUTDOWN_TIMEOUT) in <lambda>()
47 … DefaultExecutor.shutdown(SHUTDOWN_TIMEOUT) // the last man standing -- cleanup all pending tasks in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt61 private val SHUTDOWN_TIMEOUT = 1_000L // 1s at most to wait per thread in <lambda>() constant in kotlinx.coroutines.TestBase
178 CommonPool.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
179 DefaultScheduler.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
180 DefaultExecutor.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
DVirtualTimeSource.kt11 private const val SHUTDOWN_TIMEOUT = 1000L constant
14 …DefaultExecutor.shutdown(SHUTDOWN_TIMEOUT) // shutdown execution with old time source (in case it … in withVirtualTimeSource()
21 DefaultExecutor.shutdown(SHUTDOWN_TIMEOUT) in withVirtualTimeSource()
/external/autotest/site_utils/deployment/prepare/
Ddut.py148 time.sleep(host.SHUTDOWN_TIMEOUT)
157 time.sleep(host.SHUTDOWN_TIMEOUT)
354 time.sleep(host.SHUTDOWN_TIMEOUT)
394 time.sleep(host.SHUTDOWN_TIMEOUT)
Ddut_unittest.py41 SHUTDOWN_TIMEOUT = 0.001 variable in MockHost
/external/autotest/server/hosts/
Dcros_host.py99 SHUTDOWN_TIMEOUT = 10 variable in CrosHost
2107 shutdown_timeout = self.SHUTDOWN_TIMEOUT