Searched refs:AddThread (Results 1 - 14 of 14) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadList.h45 AddThread (const lldb::ThreadSP &thread_sp);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { function in class:__tsan::ScopedReport
246 void ScopedReport::AddThread(int unique_tid, bool suppressable) { function in class:__tsan::ScopedReport
249 AddThread(tctx, suppressable);
315 AddThread(tctx);
334 AddThread(tctx);
343 AddThread(tctx);
638 rep.AddThread(tctx);
H A Dtsan_rtl_thread.cc218 rep.AddThread(leaks[i].tctx, true);
H A Dtsan_rtl.h522 void AddThread(const ThreadContext *tctx, bool suppressable = false);
523 void AddThread(int unique_tid, bool suppressable = false);
H A Dtsan_rtl_mutex.cc469 rep.AddThread((int)r->loop[i].thr_ctx);
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp212 new_thread_list.AddThread(thread_sp);
408 thread_list.AddThread(thread_sp);
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp355 new_thread_list.AddThread (thread_sp);
363 new_thread_list.AddThread (old_thread_list.GetThreadAtIndex (i));
/external/lldb/source/Target/
H A DThreadList.cpp82 ThreadList::AddThread (const ThreadSP &thread_sp) function in class:ThreadList
571 run_me_only_list.AddThread (thread_sp);
575 run_me_only_list.AddThread (thread_sp);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp521 m_thread_list.AddThread(thread_sp);
832 new_thread_list.AddThread(thread_sp);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp235 new_thread_list.AddThread (thread_sp);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp550 new_thread_list.AddThread(thread_sp);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1009 process.GetThreadList().AddThread(inferior);
1089 tl.AddThread(inferior);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1238 process.GetThreadList().AddThread(inferior);
1364 process.GetThreadList().AddThread(inferior);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1395 new_thread_list.AddThread(thread_sp);
1475 // and the m_thread_list_real.AddThread(...) so it doesn't change on us
1490 m_thread_list_real.AddThread(thread_sp);

Completed in 317 milliseconds