HomeSort by relevance Sort by last modified time
    Searched refs:DTLS_Destroy (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.h 56 void DTLS_Destroy(); // Make sure to call this before the thread is destroyed.
sanitizer_tls_get_addr.cc 73 void DTLS_Destroy() {
75 VPrintf(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size);
128 void DTLS_Destroy() {}
  /external/compiler-rt/lib/msan/
msan_thread.cc 63 DTLS_Destroy();
  /external/compiler-rt/lib/asan/
asan_thread.cc 111 DTLS_Destroy();

Completed in 116 milliseconds