Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dthread_sanitizer.cc257 LID GetSingleton() const { return LID(raw()); } in GetSingleton() function in LSID
276 SID GetSingleton() const { in GetSingleton() function in SSID
868 LSSet set(lsid.GetSingleton(), lid); in Add()
889 if (lsid.GetSingleton() != lid) return false; in Remove()
978 return "{" + Lock::ToString(lsid.GetSingleton()) + "}"; in ToString()
996 LID lid = lsid.GetSingleton(); in ReportLockSetWithContexts()
1014 locks->insert(lsid.GetSingleton()); in AddLocksToSet()
2070 Segment::AssertLive(ssid.GetSingleton(), line); in AssertLive()
2129 Segment::Ref(ssid.GetSingleton(), where); in Ref()
2142 Segment::Unref(ssid.GetSingleton(), where); in Unref()
[all …]