Home
last modified time | relevance | path

Searched refs:TSDGet (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp192 reinterpret_cast<MemprofThreadContext *>(TSDGet()); in GetCurrentThread()
203 CHECK_EQ(0, TSDGet()); in SetCurrentThread()
205 CHECK_EQ(t->context(), TSDGet()); in SetCurrentThread()
215 reinterpret_cast<MemprofThreadContext *>(TSDGet()); in EnsureMainThreadIDIsCorrect()
H A Dmemprof_internal.h71 void *TSDGet();
H A Dmemprof_posix.cpp36 void *TSDGet() { in TSDGet() function