| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnThreadMgrStd.h | 53 bool AddThread(const CMIUtilThreadActiveObjBase & 88 bOk &= AddThread(rObj); in ThreadStart()
|
| H A D | MICmnThreadMgrStd.cpp | 148 bool CMICmnThreadMgrStd::AddThread(const CMIUtilThreadActiveObjBase &vrObj) { in AddThread() function in CMICmnThreadMgrStd
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cc | 192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 259 AddThread(tctx, suppressable); in AddThread() 325 AddThread(tctx); in AddLocation() 345 AddThread(tctx); in AddLocation() 354 AddThread(tctx); in AddLocation() 698 rep.AddThread(tctx); in ReportRace()
|
| H A D | tsan_rtl.h | 587 void AddThread(const ThreadContext *tctx, bool suppressable = false); 588 void AddThread(int unique_tid, bool suppressable = false);
|
| H A D | tsan_rtl_thread.cc | 219 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
| H A D | tsan_rtl_mutex.cc | 522 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 36 void AddThread(const lldb::ThreadSP &thread_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 272 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 273 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 339 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 340 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadCollection.cpp | 25 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
|
| H A D | ThreadList.cpp | 570 run_me_only_list.AddThread(thread_sp); in WillResume() 574 run_me_only_list.AddThread(thread_sp); in WillResume()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 206 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 413 thread_list.AddThread(thread_sp); in CreateThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBQueueItem.cpp | 116 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
|
| H A D | SBThread.cpp | 1447 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 107 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
|
| H A D | NativeProcessNetBSD.cpp | 643 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD 783 AddThread(info.pl_lwpid); in ReinitializeThreads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeProcessDarwin.h | 314 NativeThreadDarwinSP AddThread(lldb::tid_t thread_id);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath() 1044 threads->AddThread(new_thread_sp); in AddThreadsForPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 560 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 325 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 272 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 55 void AddThread(uint32_t thread_index_id) const { in AddThread() function in CommandObjectIterateOverThreads::UniqueStack 230 matching_stack->AddThread(thread_index_id); in BucketThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 196 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1824 m_thread_list_real.AddThread(thread_sp); in SetThreadStopInfo()
|