Searched refs:FIFO_QUEUE (Results 1 – 1 of 1) sorted by relevance
735 static final int FIFO_QUEUE = 1 << 31; // must be negative field in ForkJoinPool2641 asyncMode ? FIFO_QUEUE : LIFO_QUEUE, in ForkJoinPool()2883 return (config & FIFO_QUEUE) != 0; in getAsyncMode()