OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qlock
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java
1127
private ReentrantLock
qlock
;
field in class:SynchronousQueue
[
all
...]
ForkJoinPool.java
213
* field
qlock
), because submitters encountering a busy queue move
343
*
qlock
status, cancels all unprocessed tasks, and wakes up
590
* base before top) still estimates size. The lock ("
qlock
") is
660
volatile int
qlock
; \/\/ 1: locked, -1: terminate; else 0
field in class:ForkJoinPool.WorkQueue
[
all
...]
Completed in 53 milliseconds