Searched defs:ws (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1329 UncaughtExceptionHandler handler; WorkQueue[] ws; int s, ps; in registerWorker() local 1391 WorkQueue[] ws = workQueues; in deregisterWorker() local 1408 WorkQueue[] ws; WorkQueue v; Thread p; int u, i, e; in deregisterWorker() local 1473 WorkQueue[] ws = workQueues; in externalPush() local 1512 WorkQueue[] ws; WorkQueue q; int ps, m, k; in fullExternalPush() local 1601 final void signalWork(WorkQueue[] ws, WorkQueue q) { in signalWork() 1664 WorkQueue[] ws; int m; in scan() local 1769 private final void helpRelease(long c, WorkQueue[] ws, WorkQueue w, in helpRelease() 1813 WorkQueue[] ws; int m, s, h; in tryHelpStealer() local 1892 WorkQueue[] ws; int m; in helpComplete() local [all …]
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
D | AbstractQueuedSynchronizer.java | 623 int ws = node.waitStatus; in unparkSuccessor() local 664 int ws = h.waitStatus; in doReleaseShared() local 747 int ws; in cancelAcquire() local 773 int ws = pred.waitStatus; in shouldParkAfterFailedAcquire() local 1661 int ws = p.waitStatus; in transferForSignal() local
|
D | AbstractQueuedLongSynchronizer.java | 393 int ws = node.waitStatus; in unparkSuccessor() local 434 int ws = h.waitStatus; in doReleaseShared() local 517 int ws; in cancelAcquire() local 543 int ws = pred.waitStatus; in shouldParkAfterFailedAcquire() local 1431 int ws = p.waitStatus; in transferForSignal() local
|