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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java266 if (U.compareAndSwapInt(this, STATUS, s, s | completion)) {
304 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
326 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
360 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
1038 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
1333 if (U.compareAndSwapInt(this, STATUS, s = status,
1357 if (U.compareAndSwapInt(this, STATUS, s,
1521 private static final long STATUS; field in class:ForkJoinTask
1528 STATUS = U.objectFieldOffset

Completed in 44 milliseconds