Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 24 of 24) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_win.cc82 SetCurrentThread(t); in asan_thread_start()
121 SetCurrentThread(t); in EnsureWorkerThreadRegistered()
Dasan_thread.cc276 SetCurrentThread(tctx->thread); in GetCurrentThread()
285 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
Dasan_thread.h179 void SetCurrentThread(AsanThread *t);
Dasan_mac.cc279 SetCurrentThread(t); in asan_register_worker_thread()
Dasan_rtl.cc487 SetCurrentThread(main_thread); in AsanInitInternal()
Dasan_interceptors.cc214 SetCurrentThread(t); in asan_thread_start()
/external/compiler-rt/lib/msan/
Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
Dmsan_linux.cc171 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
Dmsan.cc394 SetCurrentThread(main_thread); in __msan_init()
Dmsan_interceptors.cc1216 SetCurrentThread(t); in MsanThreadStartFunc()
/external/compiler-rt/lib/lsan/
Dlsan_thread.h48 void SetCurrentThread(u32 tid);
Dlsan.cc81 SetCurrentThread(tid); in __lsan_init()
Dlsan_thread.cc47 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
Dlsan_interceptors.cc218 SetCurrentThread(tid); in __lsan_thread_start_func()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h40 nub_thread_t SetCurrentThread (nub_thread_t tid);
DMachProcess.h177 nub_thread_t SetCurrentThread (nub_thread_t tid);
DMachThreadList.cpp52 MachThreadList::SetCurrentThread(nub_thread_t tid) in SetCurrentThread() function in MachThreadList
DMachProcess.cpp197 MachProcess::SetCurrentThread(nub_thread_t tid) in SetCurrentThread() function in MachProcess
199 return m_thread_list.SetCurrentThread(tid); in SetCurrentThread()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp190 …| static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetP… in ReadRegisterBytes()
389 …| static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetP… in WriteRegisterBytes()
511 …| static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetP… in ReadAllRegisterValues()
582 …| static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetP… in WriteAllRegisterValues()
DGDBRemoteCommunicationClient.h327 SetCurrentThread (uint64_t tid);
DGDBRemoteCommunicationClient.cpp2157 GDBRemoteCommunicationClient::SetCurrentThread (uint64_t tid) in SetCurrentThread() function in GDBRemoteCommunicationClient
/external/lldb/tools/debugserver/source/
DRNBRemote.h154 void SetCurrentThread (nub_thread_t tid) in SetCurrentThread() function
DDNB.cpp1603 return procSP->SetCurrentThread (tid); in DNBProcessSetCurrentThread()
DRNBRemote.cpp1353 SetCurrentThread (tid); in HandlePacket_H()
2568 SetCurrentThread (tid); in HandlePacket_last_signal()