Home | History | Annotate | Download | only in base

Lines Matching full:new_slot

314       uint32_t new_slot;
317 new_slot = (slot + 1) % kContentionLogSize;
318 } while (!data->cur_content_log_entry.CompareAndSetWeakRelaxed(slot, new_slot));
319 log[new_slot].blocked_tid = blocked_tid;
320 log[new_slot].owner_tid = owner_tid;
321 log[new_slot].count.StoreRelaxed(1);