Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java266 if (U.compareAndSwapInt(this, STATUS, s, s | completion)) { in setCompletion()
304 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in internalWait()
326 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in externalAwaitDone()
360 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in externalInterruptibleAwaitDone()
1038 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) { in get()
1333 if (U.compareAndSwapInt(this, STATUS, s = status, in setForkJoinTaskTag()
1357 if (U.compareAndSwapInt(this, STATUS, s, in compareAndSetForkJoinTaskTag()
1521 private static final long STATUS; field in ForkJoinTask
1528 STATUS = U.objectFieldOffset