Home
last modified time | relevance | path

Searched defs:AddThread (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.h25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
/external/llvm-project/lldb/source/Target/
DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStack.h126 void AddThread(Thread &thread) { in AddThread() function
/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
/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
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp717 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp763 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1684 NativeThreadLinux &NativeProcessLinux::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessLinux