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

  /art/runtime/base/
mutex.h 191 ContentionLogData contention_log_data_[kContentionLogDataSize]; member in class:art::BaseMutex
196 return contention_log_data_->contention_count.LoadSequentiallyConsistent() > 0;
mutex.cc 233 ContentionLogData* data = contention_log_data_;
257 const ContentionLogData* data = contention_log_data_;
    [all...]

Completed in 43 milliseconds