Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp98 if (!dd.nodeBelongsToCurrentEpoch(m->id)) in MutexEnsureID()
181 if (dd.nodeBelongsToCurrentEpoch(m->id)) in MutexDestroy()
H A Dsanitizer_deadlock_detector.h184 bool nodeBelongsToCurrentEpoch(uptr node) { in nodeBelongsToCurrentEpoch() function