Searched defs:eventLoop (Results 1 – 11 of 11) sorted by relevance
41 val eventLoop: EventLoop? in runBlocking() constant61 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()
302 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined() constant
183 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined() constant
130 internal val eventLoop: EventLoop constant