Home
last modified time | relevance | path

Searched refs:acceptFuture (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java111 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_futureAccept() local
116 AsynchronousSocketChannel asc = acceptFuture.get(1000, TimeUnit.MILLISECONDS); in test_futureAccept()
248 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_close() local
250 acceptFuture.get(1000, TimeUnit.MILLISECONDS); in test_close()
295 Future<AsynchronousSocketChannel> acceptFuture = assc.accept(); in test_future_concurrent_close() local
299 acceptFuture.get(10000, TimeUnit.MILLISECONDS); in test_future_concurrent_close()
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java68 private PendingFuture<AsynchronousSocketChannel,Object> acceptFuture; field in UnixAsynchronousServerSocketChannelImpl
118 future = acceptFuture; in implClose()
201 PendingFuture<AsynchronousSocketChannel,Object> future = acceptFuture; in onEvent()
314 this.acceptFuture = result; in implAccept()