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

  /art/runtime/base/
mutex.h 164 struct ContentionLogData {
174 ContentionLogData() : wait_time(0) {}
176 ContentionLogData contention_log_data_[kContentionLogDataSize];
mutex.cc 175 void BaseMutex::ContentionLogData::AddToWaitTime(uint64_t value) {
186 ContentionLogData* data = contention_log_data_;
210 const ContentionLogData* data = contention_log_data_;
    [all...]

Completed in 2931 milliseconds