Searched refs:ContentionLogEntry (Results 1 – 2 of 2) sorted by relevance
117 struct ContentionLogEntry { struct118 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} in ContentionLogEntry() argument124 ContentionLogEntry contention_log[kContentionLogSize]; argument
242 ContentionLogEntry* log = data->contention_log; in RecordContention()264 const ContentionLogEntry* log = data->contention_log; in DumpContention()