Searched refs:cur_content_log_entry (Results 1 – 2 of 2) sorted by relevance
303 int32_t slot = data->cur_content_log_entry.load(std::memory_order_relaxed); in RecordContention()310 slot = data->cur_content_log_entry.load(std::memory_order_relaxed); in RecordContention()312 } while (!data->cur_content_log_entry.CompareAndSetWeakRelaxed(slot, new_slot)); in RecordContention()
131 AtomicInteger cur_content_log_entry; member