Searched defs:handleTimeout (Results 1 – 4 of 4) sorted by relevance
40 private fun handleTimeout(testThread: Thread, methodName: String, testTimeoutMs: Long, cancelOnTime… in handleTimeout() method
321 void handleTimeout() throws TransferAbortedException; in handleTimeout() method355 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.ActiveState444 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.TimeoutRecovery495 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in Transfer.Terminating559 public void handleTimeout() {} in handleTimeout() method in Transfer.Completed
95 public void handleTimeout() throws TransferAbortedException { in handleTimeout() method in WriteTransfer.Transmitting
537 private inline fun <T : AbstractCoroutine<Unit>> handleTimeout( in handleTimeout() method