Searched defs:eventLoop (Results 1 – 13 of 13) sorted by relevance
35 val eventLoop: EventLoop? in runBlocking() constant55 private val eventLoop: EventLoop? constant
44 val eventLoop: EventLoop? in runBlocking() constant65 private val eventLoop: EventLoop? constant
128 EventLoop eventLoop; field in NettyHandlerTestBase.FakeClockSupportedChanel135 public EventLoop eventLoop() { in eventLoop() method in NettyHandlerTestBase.FakeClockSupportedChanel166 EventLoop eventLoop, final Runnable command, long delay, TimeUnit timeUnit) { in FakeClockScheduledNettyFuture()336 EventLoop eventLoop = mock(EventLoop.class); in newMockContext() local
72 EventLoop eventLoop = Mockito.mock(EventLoop.class); in setUp() local
71 protected EventLoop eventLoop; field in NettyStreamTestBase
760 EventLoop eventLoop, in TransportStateImpl()
159 private final EventLoop eventLoop; field in NettyServerStream.TransportState163 EventLoop eventLoop, in TransportState()
213 private final EventLoop eventLoop; field in NettyClientStream.TransportState219 EventLoop eventLoop, in TransportState()
285 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined() constant
183 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined() constant
110 def eventLoop(self): member in DebuggerDriver
222 def eventLoop(self): member in CursesUI
125 internal val eventLoop: EventLoop constant