Searched refs:COUNT_BITS (Results 1 – 1 of 1) sorted by relevance
368 private static final int COUNT_BITS = Integer.SIZE - 3; field in ThreadPoolExecutor369 private static final int CAPACITY = (1 << COUNT_BITS) - 1;372 private static final int RUNNING = -1 << COUNT_BITS;373 private static final int SHUTDOWN = 0 << COUNT_BITS;374 private static final int STOP = 1 << COUNT_BITS;375 private static final int TIDYING = 2 << COUNT_BITS;376 private static final int TERMINATED = 3 << COUNT_BITS;