HomeSort by relevance Sort by last modified time
    Searched refs:SetCurrentThread (Results 1 - 24 of 24) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.h 48 void SetCurrentThread(u32 tid);
lsan.cc 81 SetCurrentThread(tid);
lsan_thread.cc 47 void SetCurrentThread(u32 tid) {
lsan_interceptors.cc 218 SetCurrentThread(tid);
  /external/compiler-rt/lib/msan/
msan_thread.h 67 void SetCurrentThread(MsanThread *t);
msan_linux.cc 171 void SetCurrentThread(MsanThread *t) {
msan.cc 394 SetCurrentThread(main_thread);
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/asan/
asan_win.cc 82 SetCurrentThread(t);
121 SetCurrentThread(t);
asan_thread.h 179 void SetCurrentThread(AsanThread *t);
asan_thread.cc 276 SetCurrentThread(tctx->thread);
285 void SetCurrentThread(AsanThread *t) {
287 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
asan_mac.cc 279 SetCurrentThread(t);
asan_rtl.cc 487 SetCurrentThread(main_thread);
asan_interceptors.cc 214 SetCurrentThread(t);
  /external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.h 40 nub_thread_t SetCurrentThread (nub_thread_t tid);
MachProcess.h 177 nub_thread_t SetCurrentThread (nub_thread_t tid);
MachThreadList.cpp 52 MachThreadList::SetCurrentThread(nub_thread_t tid)
MachProcess.cpp 197 MachProcess::SetCurrentThread(nub_thread_t tid)
199 return m_thread_list.SetCurrentThread(tid);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 327 SetCurrentThread (uint64_t tid);
GDBRemoteRegisterContext.cpp 190 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
389 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
511 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
582 if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID()))
    [all...]
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.h 154 void SetCurrentThread (nub_thread_t tid)
DNB.cpp     [all...]
RNBRemote.cpp     [all...]

Completed in 281 milliseconds