Home
last modified time | relevance | path

Searched refs:INTERRUPTING (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java99 private static final int INTERRUPTING = 5; field in FutureTask
168 mayInterruptIfRunning ? INTERRUPTING : CANCELLED))) in cancel()
283 if (s >= INTERRUPTING) in run()
320 if (s >= INTERRUPTING) in runAndReset()
333 if (s == INTERRUPTING) in handlePossibleCancellationInterrupt()
334 while (state == INTERRUPTING) in handlePossibleCancellationInterrupt()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java122 private static final int INTERRUPTING = 5; // 0x5 field in FutureTask