Searched refs:ProcessReferenceQueue (Results 1 – 1 of 1) sorted by relevance
52 private final ProcessReferenceQueue referenceQueue = new ProcessReferenceQueue();319 public ProcessReference(ProcessImpl referent, ProcessReferenceQueue referenceQueue) { in ProcessReference()325 static class ProcessReferenceQueue extends ReferenceQueue<ProcessImpl> { class in ProcessManager