Searched refs:new_slot (Results 1 – 1 of 1) sorted by relevance
291 uint32_t new_slot; in RecordContention() local294 new_slot = (slot + 1) % kContentionLogSize; in RecordContention()295 } while (!data->cur_content_log_entry.CompareExchangeWeakRelaxed(slot, new_slot)); in RecordContention()296 log[new_slot].blocked_tid = blocked_tid; in RecordContention()297 log[new_slot].owner_tid = owner_tid; in RecordContention()298 log[new_slot].count.StoreRelaxed(1); in RecordContention()