Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cpp159 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction() function
170 bool DTLSInDestruction(DTLS *dtls) {
Dsanitizer_tls_get_addr.h75 bool DTLSInDestruction(DTLS *dtls);
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp317 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads()