Searched defs:referenceQueue (Results 1 – 3 of 3) sorted by relevance
28 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithInvalidTimeout() local37 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithVeryLargeTimeout() local43 final ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithSpuriousNotify() local61 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithImmediateResultAndNoTimeout() local67 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithImmediateResultAndTimeout() local73 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithDelayedResultAndNoTimeout() local83 ReferenceQueue<Object> referenceQueue = new ReferenceQueue<Object>(); in testRemoveWithDelayedResultAndTimeout() local
52 private final ProcessReferenceQueue referenceQueue = new ProcessReferenceQueue(); field in ProcessManager319 public ProcessReference(ProcessImpl referent, ProcessReferenceQueue referenceQueue) { in ProcessReference()
38 private final ReferenceQueue<K> referenceQueue; field in WeakHashMap