Searched refs:INITIAL_QUEUE_CAPACITY (Results 1 – 1 of 1) sorted by relevance
616 static final int INITIAL_QUEUE_CAPACITY = 1 << 13; field in ForkJoinPool.WorkQueue656 base = top = INITIAL_QUEUE_CAPACITY >>> 1; in WorkQueue()710 int size = oldA != null ? oldA.length << 1 : INITIAL_QUEUE_CAPACITY; in growArray()