Searched refs:FIFO_QUEUE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java735 static final int FIFO_QUEUE = 1 << 31; // must be negative field in class:ForkJoinPool
2641 asyncMode ? FIFO_QUEUE : LIFO_QUEUE,
2883 return (config & FIFO_QUEUE) != 0;

Completed in 130 milliseconds