Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc99 if (!dd.nodeBelongsToCurrentEpoch(m->id)) in MutexEnsureID()
182 if (dd.nodeBelongsToCurrentEpoch(m->id)) in MutexDestroy()
Dsanitizer_deadlock_detector.h188 bool nodeBelongsToCurrentEpoch(uptr node) { in nodeBelongsToCurrentEpoch() function