Home
last modified time | relevance | path

Searched refs:dtls_ (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.h36 DTLS *dtls() { return dtls_; } in dtls()
41 DTLS *dtls_ = nullptr; variable
H A Dlsan_posix.cpp48 dtls_ = args->dtls;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h49 DTLS *dtls() { return dtls_; } in dtls()
88 DTLS *dtls_; variable
H A Dhwasan_thread.cpp60 dtls_ = DTLS_Get(); in Init()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h76 DTLS *dtls() { return dtls_; } in dtls()
113 DTLS *dtls_; variable
H A Dmemprof_thread.cpp177 dtls_ = DTLS_Get(); in SetThreadStackAndTls()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp316 dtls_ = DTLS_Get(); in SetThreadStackAndTls()