Searched refs:STATUS (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 237 if (U.compareAndSwapInt(this, STATUS, s, s | completion)) { in setCompletion() 275 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in internalWait() 297 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in externalAwaitDone() 331 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in externalInterruptibleAwaitDone() 1009 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in get() 1304 if (U.compareAndSwapInt(this, STATUS, s = status, in setForkJoinTaskTag() 1328 if (U.compareAndSwapInt(this, STATUS, s, in compareAndSetForkJoinTaskTag() 1492 private static final long STATUS; field in ForkJoinTask 1499 STATUS = U.objectFieldOffset
|