Searched defs:ContentionLogEntry (Results 1 – 1 of 1) sorted by relevance
121 struct ContentionLogEntry { struct122 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} in ContentionLogEntry() function128 ContentionLogEntry contention_log[kContentionLogSize]; argument