Home
last modified time | relevance | path

Searched refs:SetThreadStackAndTls (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp22 void MsanThread::SetThreadStackAndTls() { in SetThreadStackAndTls() function in __msan::MsanThread
46 SetThreadStackAndTls(); in Init()
Dmsan_thread.h52 void SetThreadStackAndTls();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_thread.cpp25 void DFsanThread::SetThreadStackAndTls() { in SetThreadStackAndTls() function in __dfsan::DFsanThread
49 SetThreadStackAndTls(); in Init()
Ddfsan_thread.h51 void SetThreadStackAndTls();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp125 SetThreadStackAndTls(options); in Init()
170 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls() function in __memprof::MemprofThread
Dmemprof_thread.h96 void SetThreadStackAndTls(const InitOptions *options);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h138 void SetThreadStackAndTls(const InitOptions *options);
Dasan_thread.cpp235 SetThreadStackAndTls(options); in Init()
303 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls() function in __asan::AsanThread
Dasan_fuchsia.cpp111 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls() function in __asan::AsanThread