Home
last modified time | relevance | path

Searched refs:fCompletionNotifiees (Results 1 – 4 of 4) sorted by relevance

/dports/devel/staf/src/staf/services/stax/beta/service/
H A DSTAXJob.java547 synchronized (fCompletionNotifiees) in addCompletionNotifiee()
549 fCompletionNotifiees.addLast(listener); in addCompletionNotifiee()
555 synchronized (fCompletionNotifiees) in addCompletionNotifiee2()
559 Iterator iter = fCompletionNotifiees.iterator(); in addCompletionNotifiee2()
588 fCompletionNotifiees.addLast(notifiee); in addCompletionNotifiee2()
598 synchronized (fCompletionNotifiees) in removeCompletionNotifiee()
602 Iterator iter = fCompletionNotifiees.iterator(); in removeCompletionNotifiee()
637 synchronized(fCompletionNotifiees) in getCompletionNotifiees()
639 return new LinkedList(fCompletionNotifiees); in getCompletionNotifiees()
2367 while (!fCompletionNotifiees.isEmpty()) in threadComplete()
[all …]
H A DSTAXThread.java759 fCompletionNotifiees.addLast(listener); in addCompletionNotifiee()
1709 while (!fCompletionNotifiees.isEmpty()) in execute()
1713 fCompletionNotifiees.removeFirst(); in execute()
1870 private LinkedList fCompletionNotifiees = new LinkedList(); field in STAXThread
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXJob.java566 synchronized (fCompletionNotifiees) in addCompletionNotifiee()
568 fCompletionNotifiees.addLast(listener); in addCompletionNotifiee()
574 synchronized (fCompletionNotifiees) in addCompletionNotifiee2()
603 fCompletionNotifiees.addLast(notifiee); in addCompletionNotifiee2()
613 synchronized (fCompletionNotifiees) in removeCompletionNotifiee()
618 fCompletionNotifiees.iterator(); in removeCompletionNotifiee()
636 fCompletionNotifiees.remove(aNotifiee); in removeCompletionNotifiee()
653 synchronized(fCompletionNotifiees) in getCompletionNotifiees()
656 (fCompletionNotifiees); in getCompletionNotifiees()
2413 while (!fCompletionNotifiees.isEmpty()) in threadComplete()
[all …]
H A DSTAXThread.java813 fCompletionNotifiees.addLast(listener); in addCompletionNotifiee()
1779 while (!fCompletionNotifiees.isEmpty()) in execute()
1782 fCompletionNotifiees.removeFirst(); in execute()
1940 private LinkedList<STAXThreadCompleteListener> fCompletionNotifiees = field in STAXThread