Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DLCStressOptionsDefault.kt10 class LCStressOptionsDefault : StressOptions() { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DMutexLCStressTest.kt26 fun test() = LCStressOptionsDefault()
DSemaphoreLCStressTest.kt26 fun test() = LCStressOptionsDefault()
DSegmentListRemoveLCStressTest.kt41 fun test() = LCStressOptionsDefault()
DSegmentQueueLCStressTest.kt44 fun test() = LCStressOptionsDefault().check(this::class)
DLockFreeTaskQueueLCStressTest.kt35 fun testWithRemoveForQuiescentConsistency() = LCStressOptionsDefault()
DLockFreeListLCStressTest.kt47 fun testAddRemoveLinearizability() = LCStressOptionsDefault().check(this::class) in isSame()
DChannelsLCStressTest.kt117 fun test() = LCStressOptionsDefault() in <lambda>()