Searched defs:PL_SIGNAL (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1215 private static final int PL_SIGNAL = 1; field in class:ForkJoinPool
1259 else if (U.compareAndSwapInt(this, PLOCK, ps, ps | PL_SIGNAL)) {
1261 if ((plock & PL_SIGNAL) != 0) {

Completed in 60 milliseconds