Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_descriptions.h213 explicit AddressDescription(uptr addr, bool shouldLockThreadRegistry = true)
214 : AddressDescription(addr, 1, shouldLockThreadRegistry) {}
216 bool shouldLockThreadRegistry = true);
Dasan_descriptions.cpp439 bool shouldLockThreadRegistry) { in AddressDescription() argument
450 if (shouldLockThreadRegistry) { in AddressDescription()