Searched refs:cur_content_log_entry (Results 1 – 2 of 2) sorted by relevance
309 uint32_t slot = data->cur_content_log_entry.LoadRelaxed(); in RecordContention()316 slot = data->cur_content_log_entry.LoadRelaxed(); in RecordContention()318 } while (!data->cur_content_log_entry.CompareAndSetWeakRelaxed(slot, new_slot)); in RecordContention()
214 AtomicInteger cur_content_log_entry; member