Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt19 LINKED_LIST(Channel.UNLIMITED, "LinkedListChannel"),
/external/guava/guava-tests/benchmark/com/google/common/collect/
DStreamsBenchmark.java41 LINKED_LIST(LinkedList::new); enumConstant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementStressTest.kt168 … kind == TestChannelKind.LINKED_LIST -> while (sentCnt > lastReceived + 100) yield() in <lambda>()