/** Flushes all local state back to the shared queue. */ public final void flushLocal() { values.flushLocal(); }
/** Flush the local buffers of all deques. */ public final void flush() { values.flushLocal(); rootLocations.flushLocal(); }