Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java785 volatile int qlock; // 1: locked, < 0: terminate; else 0 field in ForkJoinPool.WorkQueue
998 qlock = 0; in sharedPush()
1024 qlock = 0; in growAndSharedPush()
1632 w.qlock = -1; // ensure set in deregisterWorker()
1775 stat = w.qlock = -1; // pool terminating in awaitWork()
1782 stat = w.qlock = -1; // recheck in awaitWork()
1813 stat = w.qlock = -1; // pool terminating in timedAwaitWork()
1829 stat = w.qlock = -1; in timedAwaitWork()
1887 w.qlock = -1; in tryDropSpare()
2149 if (w == null || w.qlock < 0 || pc == 0 || // terminating or disabled in tryCompensate()
[all …]
DSynchronousQueue.java1133 private ReentrantLock qlock; field in SynchronousQueue
1146 qlock = new ReentrantLock(true); in writeObject()
1151 qlock = new ReentrantLock(); in writeObject()