Home
last modified time | relevance | path

Searched refs:blocked_tid_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dmutex.cc159 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()
173 mutex_->RecordContention(blocked_tid_, owner_tid_, end_nano_time - start_nano_time_); in ~ScopedContentionRecorder()
179 const uint64_t blocked_tid_; member in art::ScopedContentionRecorder