Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp248 void SetCurrentThread(MsanThread *tsd) { SetCurrentThread() function
279 void SetCurrentThread(MsanThread *t) { SetCurrentThread() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp112 void SetCurrentThread(DFsanThread *t) { SetCurrentThread() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp198 void SetCurrentThread(MemprofThread *t) { SetCurrentThread() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp447 void SetCurrentThread(AsanThread *t) { SetCurrentThread() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
H A DMachProcess.mm1223 nub_thread_t MachProcess::SetCurrentThread(nub_thread_t tid) { function
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.h168 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2750 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, SetCurrentThread() function in GDBRemoteCommunicationClient