/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 82 SetCurrentThread(t); in asan_thread_start() 121 SetCurrentThread(t); in EnsureWorkerThreadRegistered()
|
D | asan_thread.cc | 276 SetCurrentThread(tctx->thread); in GetCurrentThread() 285 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
|
D | asan_thread.h | 179 void SetCurrentThread(AsanThread *t);
|
D | asan_mac.cc | 279 SetCurrentThread(t); in asan_register_worker_thread()
|
D | asan_rtl.cc | 487 SetCurrentThread(main_thread); in AsanInitInternal()
|
D | asan_interceptors.cc | 214 SetCurrentThread(t); in asan_thread_start()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 67 void SetCurrentThread(MsanThread *t);
|
D | msan_linux.cc | 171 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
|
D | msan.cc | 394 SetCurrentThread(main_thread); in __msan_init()
|
D | msan_interceptors.cc | 1216 SetCurrentThread(t); in MsanThreadStartFunc()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 48 void SetCurrentThread(u32 tid);
|
D | lsan.cc | 81 SetCurrentThread(tid); in __lsan_init()
|
D | lsan_thread.cc | 47 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
|
D | lsan_interceptors.cc | 218 SetCurrentThread(tid); in __lsan_thread_start_func()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.h | 40 nub_thread_t SetCurrentThread (nub_thread_t tid);
|
D | MachProcess.h | 177 nub_thread_t SetCurrentThread (nub_thread_t tid);
|
D | MachThreadList.cpp | 52 MachThreadList::SetCurrentThread(nub_thread_t tid) in SetCurrentThread() function in MachThreadList
|
D | MachProcess.cpp | 197 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/ |
D | GDBRemoteRegisterContext.cpp | 190 …| 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()
|
D | GDBRemoteCommunicationClient.h | 327 SetCurrentThread (uint64_t tid);
|
D | GDBRemoteCommunicationClient.cpp | 2157 GDBRemoteCommunicationClient::SetCurrentThread (uint64_t tid) in SetCurrentThread() function in GDBRemoteCommunicationClient
|
/external/lldb/tools/debugserver/source/ |
D | RNBRemote.h | 154 void SetCurrentThread (nub_thread_t tid) in SetCurrentThread() function
|
D | DNB.cpp | 1603 return procSP->SetCurrentThread (tid); in DNBProcessSetCurrentThread()
|
D | RNBRemote.cpp | 1353 SetCurrentThread (tid); in HandlePacket_H() 2568 SetCurrentThread (tid); in HandlePacket_last_signal()
|