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

  /art/runtime/base/
mutex.h 191 struct ContentionLogData {
201 ContentionLogData() : wait_time(0) {}
203 ContentionLogData contention_log_data_[kContentionLogDataSize];
mutex.cc 250 void BaseMutex::ContentionLogData::AddToWaitTime(uint64_t value) {
261 ContentionLogData* data = contention_log_data_;
285 const ContentionLogData* data = contention_log_data_;
    [all...]

Completed in 777 milliseconds