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