Home | History | Annotate | Download | only in io

Lines Matching refs:reaper

59     Thread reaper;
130 // synchronized block protects reaper
134 if (reaper == null) {
135 reaper = new Reaper();
136 reaper.start();
174 // synchronized block protects reaper
176 if (reaper != null) {
177 synchronized (reaper) {
178 reaper.interrupt();
185 * The reaper thread.
187 private final class Reaper extends Thread {
188 /** Construct a new Reaper */
189 Reaper() {
190 super("File Reaper");
196 * Run the reaper thread that will delete files as their associated