Home
last modified time | relevance | path

Searched defs:handleTimeout (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt40 private fun handleTimeout(testThread: Thread, methodName: String, testTimeoutMs: Long, cancelOnTime… in handleTimeout() method
/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
DTransfer.java321 void handleTimeout() throws TransferAbortedException; in handleTimeout() method
355 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.ActiveState
444 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.TimeoutRecovery
495 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.Terminating
559 public void handleTimeout() {} in handleTimeout() method in Transfer.Completed
DWriteTransfer.java95 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in WriteTransfer.Transmitting
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestBuilders.kt537 private inline fun <T : AbstractCoroutine<Unit>> handleTimeout( in handleTimeout() method