Searched refs:EventSet (Results 1 – 6 of 6) sorted by relevance
30 import com.sun.jdi.event.EventSet;40 LinkedList<EventSet> eventSets = new LinkedList<EventSet>();62 synchronized void enqueue(EventSet eventSet) { in enqueue()81 public EventSet remove() throws InterruptedException { in remove()89 public EventSet remove(long timeout) throws InterruptedException { in remove()94 EventSet eventSet; in remove()120 EventSet removeInternal() throws InterruptedException { in removeInternal()121 EventSet eventSet; in removeInternal()
31 import com.sun.jdi.event.EventSet;232 EventSet eventSet = new EventSetImpl(vm, p); in handleEventCmdSet()268 private void queueEventSet(EventSet eventSet) { in queueEventSet()
54 EventSet eventSet = queue.removeInternal(); in run()
49 public class EventSetImpl extends ArrayList<Event> implements EventSet {686 EventSet userFilter() { in userFilter()693 EventSet internalFilter() { in internalFilter()
73 EventSet remove() throws InterruptedException; in remove()88 EventSet remove(long timeout) throws InterruptedException; in remove()
131 public interface EventSet extends Mirror, Set<Event> { interface