Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_tls_get_addr.cpp138 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction() function
148 bool DTLSInDestruction(DTLS *dtls) {
HDsanitizer_tls_get_addr.h58 bool DTLSInDestruction(DTLS *dtls);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.cpp292 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads()