Searched refs:COUNT_BITS (Results 1 – 1 of 1) sorted by relevance
397 private static final int COUNT_BITS = Integer.SIZE - 3; field in ThreadPoolExecutor398 private static final int CAPACITY = (1 << COUNT_BITS) - 1;401 private static final int RUNNING = -1 << COUNT_BITS;402 private static final int SHUTDOWN = 0 << COUNT_BITS;403 private static final int STOP = 1 << COUNT_BITS;404 private static final int TIDYING = 2 << COUNT_BITS;405 private static final int TERMINATED = 3 << COUNT_BITS;