Searched refs:DTLS_Destroy (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.h57 void DTLS_Destroy(); // Make sure to call this before the thread is destroyed.
H A Dsanitizer_tls_get_addr.cc73 void DTLS_Destroy() { function in namespace:__sanitizer
75 VPrintf(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size);
143 void DTLS_Destroy() {}
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.cc64 DTLS_Destroy();
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc120 DTLS_Destroy();

Completed in 73 milliseconds