HomeSort by relevance Sort by last modified time
    Searched refs:pendingNotifs (Results 1 - 2 of 2) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 142 private final BlockingQueue<Notification> pendingNotifs;
333 pendingNotifs = new LinkedBlockingQueue<Notification>(100);
523 if (!pendingNotifs.offer(n,2,TimeUnit.SECONDS)) {
536 while ((n = pendingNotifs.poll()) != null) {
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 142 private final BlockingQueue<Notification> pendingNotifs;
333 pendingNotifs = new LinkedBlockingQueue<Notification>(100);
523 if (!pendingNotifs.offer(n,2,TimeUnit.SECONDS)) {
536 while ((n = pendingNotifs.poll()) != null) {
    [all...]

Completed in 524 milliseconds