HomeSort by: relevance | last modified time | path
    Searched refs:DTLSInDestruction (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_tls_get_addr.h 59 bool DTLSInDestruction(DTLS *dtls);
sanitizer_tls_get_addr.cc 139 bool DTLSInDestruction(DTLS *dtls) {
149 bool DTLSInDestruction(DTLS *dtls) {
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 293 if (dtls && !DTLSInDestruction(dtls)) {

Completed in 15 milliseconds