Home
last modified time | relevance | path

Searched defs:SetCurrentThread (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread() function
H A Dlsan_common_mac.cpp109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp248 void SetCurrentThread(MsanThread *tsd) { SetCurrentThread() function
279 void SetCurrentThread(MsanThread *t) { SetCurrentThread() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp442 void SetCurrentThread(AsanThread *t) { SetCurrentThread() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2721 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, SetCurrentThread() function in GDBRemoteCommunicationClient