Home
last modified time | relevance | path

Searched refs:RUNNING (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java399 private final AtomicInteger ctl = new AtomicInteger(ctlOf(RUNNING, 0));
404 private static final int RUNNING = -1 << COUNT_BITS; field in ThreadPoolExecutor
867 return rs == RUNNING || (rs == SHUTDOWN && shutdownOK); in isRunningOrShutdown()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java327 private static final int RUNNING = -536870912; // 0xe0000000 field in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java1490 static final int RUNNING = 1;
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java1599 static final int RUNNING = 1;