HomeSort by relevance Sort by last modified time
    Searched refs:cur_content_log_entry (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.cc 238 uint32_t slot = data->cur_content_log_entry.LoadRelaxed();
245 slot = data->cur_content_log_entry.LoadRelaxed();
247 } while (!data->cur_content_log_entry.CompareExchangeWeakRelaxed(slot, new_slot));
    [all...]
mutex.h 183 AtomicInteger cur_content_log_entry; member in struct:art::BaseMutex::ContentionLogData

Completed in 97 milliseconds