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