Searched refs:readingThread (Results 1 – 1 of 1) sorted by relevance
605 final Thread readingThread = new Thread(() -> { in testOpenProxyFileDescriptor_async() local614 readingThread.start(); in testOpenProxyFileDescriptor_async()617 assertEquals(Thread.State.RUNNABLE, readingThread.getState()); in testOpenProxyFileDescriptor_async()625 readingThread.join(); in testOpenProxyFileDescriptor_async()