Searched refs:PL_SIGNAL (Results 1 – 1 of 1) sorted by relevance
1215 private static final int PL_SIGNAL = 1; field in ForkJoinPool1259 else if (U.compareAndSwapInt(this, PLOCK, ps, ps | PL_SIGNAL)) { in acquirePlock()1261 if ((plock & PL_SIGNAL) != 0) { in acquirePlock()