Home
last modified time | relevance | path

Searched refs:AddThread (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp192 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()
696 rep.AddThread(tctx); in ReportRace()
Dtsan_rtl.h591 void AddThread(const ThreadContext *tctx, bool suppressable = false);
592 void AddThread(int unique_tid, bool suppressable = false);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReport
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReport
254 AddThread(tctx, suppressable); in AddThread()
320 AddThread(tctx); in AddLocation()
339 AddThread(tctx); in AddLocation()
348 AddThread(tctx); in AddLocation()
658 rep.AddThread(tctx); in ReportRace()
Dtsan_rtl.h564 void AddThread(const ThreadContext *tctx, bool suppressable = false);
565 void AddThread(int unique_tid, bool suppressable = false);
/external/llvm-project/lldb/include/lldb/Target/
DThreadCollection.h35 void AddThread(const lldb::ThreadSP &thread_sp);
DThreadPlanStack.h126 void AddThread(Thread &thread) { in AddThread() function
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp279 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
280 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.h25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
DCommandObjectThreadUtil.cpp153 matching_stack->AddThread(thread_index_id); in BucketThread()
/external/llvm-project/lldb/source/Target/
DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
DTraceSessionFileParser.cpp108 process_sp->GetThreadList().AddThread(thread_sp); in ParseThread()
DThreadList.cpp570 run_me_only_list.AddThread(thread_sp); in WillResume()
574 run_me_only_list.AddThread(thread_sp); in WillResume()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp334 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
335 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp208 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
415 thread_list.AddThread(thread_sp); in CreateThread()
/external/llvm-project/lldb/source/API/
DSBQueueItem.cpp111 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.h97 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
DNativeProcessNetBSD.cpp273 NativeThreadNetBSD& t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
763 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD
946 AddThread(info.pl_lwpid); in ReinitializeThreads()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.h99 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
DNativeProcessFreeBSD.cpp202 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP()
717 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD
880 AddThread(lwp); in ReinitializeThreads()
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp153 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp147 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp550 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
556 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in UpdateThreadList()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h182 NativeThreadLinux &AddThread(lldb::tid_t thread_id);
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp528 new_thread_list.AddThread(old_thread); in UpdateThreadList()
542 new_thread_list.AddThread(thread_info.second); in UpdateThreadList()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp1042 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
1043 threads->AddThread(new_thread_sp); in AddThreadsForPath()

12