Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt21 internal actual fun createEventLoop(): EventLoop = EventLoopImpl() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt26 internal actual fun createEventLoop(): EventLoop = BlockingEventLoop(Thread.currentThread()) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DEventLoop.kt9 internal actual fun createEventLoop(): EventLoop = UnconfinedEventLoop() in createEventLoop() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt126 get() = ref.get() ?: createEventLoop().also { ref.set(it) } in <lambda>()
521 internal expect fun createEventLoop(): EventLoop in toString() method
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyHandlerTestBase.java137 createEventLoop(); in eventLoop()
142 void createEventLoop() { in createEventLoop() method in NettyHandlerTestBase.FakeClockSupportedChanel