Searched refs:scanState (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java380 * stack state holds the value of the "scanState" field of the
408 * WorkQueue field scanState is used by both workers and the pool
411 * its scanState field is set, and is prevented from executing
413 * races. Note that scanState updates lag queue CAS releases so
415 * scanState must hold its pool index. So we place the index there
581 * field WorkQueue.scanState, which eliminates most false
756 // Masks and units for WorkQueue.scanState and ctl sp subfield
809 volatile int scanState; // versioned, negative if inactive field in class:ForkJoinPool.WorkQueue
1337 return (scanState >= 0 &&
1614 w.scanState
[all...]

Completed in 19 milliseconds