Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt85 val writerLocation = Throwable("other writer location") constant
86 writer.getAndSet(writerLocation)?.let { throw concurrentWW(it) } in <lambda>()
88 writer.compareAndSet(writerLocation, null)