Searched refs:nextWait (Results 1 – 1 of 1) sorted by relevance
631 int nextWait; // encoded record of next event waiter field in ForkJoinPool.WorkQueue1415 long nc = (((long)(v.nextWait & E_MASK)) | in deregisterWorker()1614 long nc = (((long)(w.nextWait & E_MASK)) | in signalWork()1691 w.nextWait = e; in scan()1735 ((long)(w.nextWait & E_MASK)) | // ctl to restore in awaitWork()1775 long nc = (((long)(v.nextWait & E_MASK)) | in helpRelease()1935 long nc = ((long)(w.nextWait & E_MASK) | in tryCompensate()2267 long nc = ((long)(w.nextWait & E_MASK) | in tryTerminate()