Home
last modified time | relevance | path

Searched refs:dtls_ (Results 1 – 8 of 8) 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; in OnStarted()
/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.h70 DTLS *dtls() { return dtls_; } in dtls()
107 DTLS *dtls_; variable
H A Dmemprof_thread.cpp170 dtls_ = DTLS_Get(); in SetThreadStackAndTls()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h86 DTLS *dtls() { return dtls_; } in dtls()
179 DTLS *dtls_; variable
H A Dasan_thread.cpp311 dtls_ = DTLS_Get(); in SetThreadStackAndTls()