Searched refs:pendingKeys (Results 1 – 1 of 1) sorted by relevance
39 private final LinkedBlockingDeque<WatchKey> pendingKeys = field in AbstractWatchService72 pendingKeys.offer(key); in enqueueKey()98 WatchKey key = pendingKeys.poll(); in poll()108 WatchKey key = pendingKeys.poll(timeout, unit); in poll()118 WatchKey key = pendingKeys.take(); in take()157 pendingKeys.clear(); in close()158 pendingKeys.offer(CLOSE_KEY); in close()