Searched refs:newTail (Results 1 – 6 of 6) sorted by relevance
32 val newTail = createNewSegment(cur.id + 1, cur) in <lambda>() constant33 if (cur.trySetNext(newTail)) { // successfully added new node -- move there in <lambda>()35 cur = newTail in <lambda>()
126 val newTail = (tail + 1) and MAX_CAPACITY_MASK in addLast() constant127 if (_state.compareAndSet(state, state.updateTail(newTail))) { in addLast()296 fun Long.updateTail(newTail: Int) = (this wo TAIL_MASK) or (newTail.toLong() shl TAIL_SHIFT) in isClosed()
521 RunnableExecutorPair newTail = new RunnableExecutorPair(runnable, executor);523 head = newTail;524 tail = newTail;526 tail.next = newTail;527 tail = newTail;
227 uint8_t *newTail; in InFrameAppend() local231 newTail = GetUpdatedBufPtr(mWriteSegmentTail, 1, mWriteDirection); in InFrameAppend()234 if (newTail != mWriteFrameStart[(mWriteDirection == kForward) ? kBackward : kForward]) in InFrameAppend()237 mWriteSegmentTail = newTail; in InFrameAppend()
214 SubRunOwner* newTail = &subRun->fNext; in append() local216 fTail = newTail; in append()