Searched defs:unexpectedException (Results 1 – 2 of 2) sorted by relevance
61 private fun unexpectedException(msg: String, e: Throwable?): Nothing { in <lambda>() method in kotlinx.coroutines.ConcurrentExceptionsStressTest
260 @Nullable Exception unexpectedException = unexpectedExceptionReference.get(); in runInternal() local