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

  /libcore/libart/src/main/java/java/lang/
Thread.java 875 public final void pushInterruptAction$(Runnable interruptAction) {
877 interruptActions.add(interruptAction);
880 if (interruptAction != null && isInterrupted()) {
881 interruptAction.run();
886 * Removes {@code interruptAction} so it is not invoked upon interruption.
888 * @param interruptAction the pushed action, used to check that the call
893 public final void popInterruptAction$(Runnable interruptAction) {
896 if (interruptAction != removed) {
897 throw new IllegalArgumentException("Expected " + interruptAction + " but was " + removed);
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 39 milliseconds