Searched refs:SPARE_WORKER (Results 1 – 1 of 1) sorted by relevance
763 static final int SPARE_WORKER = 1 << 17; // set if tc > 0 on creation field in ForkJoinPool1551 q.config |= SPARE_WORKER; in createWorker()1932 int bound = (w.config & SPARE_WORKER) != 0 ? 0 : POLL_LIMIT; in runWorker()