Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dthread_sanitizer.cc991 set<LID> *locks_reported, in ReportLockSetWithContexts() argument
998 locks_reported->count(lid) == 0); in ReportLockSetWithContexts()
999 locks_reported->insert(lid); in ReportLockSetWithContexts()
1005 locks_reported->count(lid) == 0); in ReportLockSetWithContexts()
1006 locks_reported->insert(lid); in ReportLockSetWithContexts()
5930 set<LID> locks_reported; in PrintRaceReport() local