| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 203 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 267 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 270 AddThread(tctx, suppressable); in AddThread() 336 AddThread(tctx); in AddLocation() 356 AddThread(tctx); in AddLocation() 365 AddThread(tctx); in AddLocation() 709 rep.AddThread(tctx); in ReportRace()
|
| H A D | tsan_rtl.h | 580 void AddThread(const ThreadContext *tctx, bool suppressable = false); 581 void AddThread(int unique_tid, bool suppressable = false);
|
| H A D | tsan_rtl_thread.cpp | 215 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
| H A D | tsan_rtl_mutex.cpp | 529 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 35 void AddThread(const lldb::ThreadSP &thread_sp);
|
| H A D | ThreadPlanStack.h | 125 void AddThread(Thread &thread) { in AddThread() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 277 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 278 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadCollection.cpp | 24 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()
|
| H A D | ThreadPlanStack.cpp | 403 AddThread(*thread.get()); in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.h | 25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
|
| H A D | CommandObjectThreadUtil.cpp | 150 matching_stack->AddThread(thread_index_id); in BucketThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 337 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 338 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 208 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 415 thread_list.AddThread(thread_sp); in CreateThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBQueueItem.cpp | 111 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 104 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
|
| H A D | NativeProcessNetBSD.cpp | 305 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP() 818 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD 1003 AddThread(info.pl_lwpid); in ReinitializeThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 111 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
|
| H A D | NativeProcessFreeBSD.cpp | 209 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP() 778 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD 941 AddThread(lwp); in ReinitializeThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | TraceSessionFileParser.cpp | 109 process_sp->GetThreadList().AddThread(thread_sp); in ParseThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 1042 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath() 1043 threads->AddThread(new_thread_sp); in AddThreadsForPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 598 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 483 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 273 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()
|