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.h 107 AtomicInteger cur_content_log_entry; member in struct:art::BaseMutex::ContentionLogData
mutex.cc 217 uint32_t slot = data->cur_content_log_entry;
224 slot = data->cur_content_log_entry;
226 } while (!data->cur_content_log_entry.compare_and_swap(slot, new_slot));

Completed in 26 milliseconds