HomeSort by relevance Sort by last modified time
    Searched defs:qlock (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 1128 private ReentrantLock qlock; field in class:SynchronousQueue
    [all...]
ForkJoinPool.java 215 * field qlock), because submitters encountering a busy queue move
343 * qlock status, cancels all unprocessed tasks, and wakes up
569 * base before top) still estimates size. The lock ("qlock") is
629 volatile int qlock; \/\/ 1: locked, -1: terminate; else 0 field in class:ForkJoinPool.WorkQueue
    [all...]

Completed in 373 milliseconds