Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.h207 AddressDescription(uptr addr, bool shouldLockThreadRegistry = true)
208 : AddressDescription(addr, 1, shouldLockThreadRegistry) {}
210 bool shouldLockThreadRegistry = true);
H A Dasan_descriptions.cc441 bool shouldLockThreadRegistry) { in AddressDescription() argument
452 if (shouldLockThreadRegistry) { in AddressDescription()