Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java1515 WorkQueue[] ws = new WorkQueue[n]; in tryInitialize() local
1598 WorkQueue[] ws = workQueues; in registerWorker() local
1637 AuxState aux; WorkQueue[] ws; // remove index from array in deregisterWorker() local
1665 WorkQueue[] ws; int wl, sp; long c; in deregisterWorker() local
1693 long c; int sp, i; WorkQueue v; WorkQueue[] ws; in signalWork() local
1753 private void tryReactivate(WorkQueue w, WorkQueue[] ws, int r) { in tryReactivate()
1848 WorkQueue[] ws; in timedAwaitWork() local
1878 long c; int sp, wl; WorkQueue[] ws; WorkQueue v; in tryDropSpare() local
1962 int stat = 0, wl; WorkQueue[] ws; in scan() local
2034 WorkQueue[] ws; int s = 0, wl; in helpComplete() local
[all …]
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DAbstractQueuedLongSynchronizer.java210 int ws = node.waitStatus; in unparkSuccessor() local
251 int ws = h.waitStatus; in doReleaseShared() local
336 int ws; in cancelAcquire() local
362 int ws = pred.waitStatus; in shouldParkAfterFailedAcquire() local
1240 int ws = p.waitStatus; in transferForSignal() local
DAbstractQueuedSynchronizer.java676 int ws = node.waitStatus; in unparkSuccessor() local
717 int ws = h.waitStatus; in doReleaseShared() local
802 int ws; in cancelAcquire() local
828 int ws = pred.waitStatus; in shouldParkAfterFailedAcquire() local
1706 int ws = p.waitStatus; in transferForSignal() local