Home
last modified time | relevance | path

Searched defs:eventLoop (Results 1 – 13 of 13) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt35 val eventLoop: EventLoop? in runBlocking() constant
55 private val eventLoop: EventLoop? constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt44 val eventLoop: EventLoop? in runBlocking() constant
65 private val eventLoop: EventLoop? constant
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyHandlerTestBase.java128 EventLoop eventLoop; field in NettyHandlerTestBase.FakeClockSupportedChanel
135 public EventLoop eventLoop() { in eventLoop() method in NettyHandlerTestBase.FakeClockSupportedChanel
166 EventLoop eventLoop, final Runnable command, long delay, TimeUnit timeUnit) { in FakeClockScheduledNettyFuture()
336 EventLoop eventLoop = mock(EventLoop.class); in newMockContext() local
DWriteQueueTest.java72 EventLoop eventLoop = Mockito.mock(EventLoop.class); in setUp() local
DNettyStreamTestBase.java71 protected EventLoop eventLoop; field in NettyStreamTestBase
DNettyClientHandlerTest.java760 EventLoop eventLoop, in TransportStateImpl()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerStream.java159 private final EventLoop eventLoop; field in NettyServerStream.TransportState
163 EventLoop eventLoop, in TransportState()
DNettyClientStream.java213 private final EventLoop eventLoop; field in NettyClientStream.TransportState
219 EventLoop eventLoop, in TransportState()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt285 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined() constant
DDispatchedTask.kt183 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined() constant
/external/llvm-project/lldb/utils/lui/
Ddebuggerdriver.py110 def eventLoop(self): member in DebuggerDriver
Dcui.py222 def eventLoop(self): member in CursesUI
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt125 internal val eventLoop: EventLoop constant