Searched defs:RUNNING (Results 1 – 2 of 2) sorted by relevance
327 private static final int RUNNING = -536870912; // 0xe0000000 field in ThreadPoolExecutor
404 private static final int RUNNING = -1 << COUNT_BITS; field in ThreadPoolExecutor