Home
last modified time | relevance | path

Searched refs:checkCancellationDispatch (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DWithTimeoutOrNullThreadDispatchTest.kt24 checkCancellationDispatch { in testCancellationDispatchScheduled()
32 checkCancellationDispatch { in testCancellationDispatchNonScheduled()
42 checkCancellationDispatch { in testCancellationDispatchCustomNoDelay()
58 …private fun checkCancellationDispatch(factory: (ThreadFactory) -> CoroutineDispatcher) = runBlocki… in <lambda>() method in kotlinx.coroutines.WithTimeoutOrNullThreadDispatchTest
DWithTimeoutThreadDispatchTest.kt24 checkCancellationDispatch { in testCancellationDispatchScheduled()
32 checkCancellationDispatch { in testCancellationDispatchNonScheduled()
42 checkCancellationDispatch { in testCancellationDispatchCustomNoDelay()
58 …private fun checkCancellationDispatch(factory: (ThreadFactory) -> CoroutineDispatcher) = runBlocki… in <lambda>() method