Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java816 volatile int qlock; // 1: locked, < 0: terminate; else 0 field in ForkJoinPool.WorkQueue
1030 qlock = 0; in sharedPush()
1056 qlock = 0; in growAndSharedPush()
1664 w.qlock = -1; // ensure set in deregisterWorker()
1807 stat = w.qlock = -1; // pool terminating in awaitWork()
1814 stat = w.qlock = -1; // recheck in awaitWork()
1845 stat = w.qlock = -1; // pool terminating in timedAwaitWork()
1861 stat = w.qlock = -1; in timedAwaitWork()
1919 w.qlock = -1; in tryDropSpare()
2181 if (w == null || w.qlock < 0 || pc == 0 || // terminating or disabled in tryCompensate()
[all …]
DSynchronousQueue.java1162 private ReentrantLock qlock; field in SynchronousQueue
1175 qlock = new ReentrantLock(true); in writeObject()
1180 qlock = new ReentrantLock(); in writeObject()