HomeSort by relevance Sort by last modified time
    Searched defs:exitWhenFinished (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 32 * {@link #exitWhenFinished}, typically in
137 * @deprecated Use {@link FileCleaningTracker#exitWhenFinished()}.
139 public static synchronized void exitWhenFinished() {
140 theInstance.exitWhenFinished();
FileCleaningTracker.java 36 * {@link #exitWhenFinished}, typically in
55 volatile boolean exitWhenFinished = false;
131 if (exitWhenFinished) {
132 throw new IllegalStateException("No new trackers can be added once exitWhenFinished() is called");
173 public synchronized void exitWhenFinished() {
175 exitWhenFinished = true;
201 // thread exits when exitWhenFinished is true and there are no more tracked objects
202 while (exitWhenFinished == false || trackers.size() > 0) {
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 33 milliseconds