Home | History | Annotate | Download | only in applications

Lines Matching defs:pit

871             Iterator<ProcessItem> pit = procs.values().iterator();
872 while (pit.hasNext()) {
873 ProcessItem pi = pit.next();
883 pit.remove();