Home
last modified time | relevance | path

Searched refs:cur_content_log_entry (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.cc235 uint32_t slot = data->cur_content_log_entry.LoadRelaxed(); in RecordContention()
242 slot = data->cur_content_log_entry.LoadRelaxed(); in RecordContention()
244 } while (!data->cur_content_log_entry.CompareExchangeWeakRelaxed(slot, new_slot)); in RecordContention()
Dmutex.h174 AtomicInteger cur_content_log_entry; member