Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnThreadMgrStd.cpp148 bool CMICmnThreadMgrStd::AddThread(const CMIUtilThreadActiveObjBase &vrObj) { in AddThread() function in CMICmnThreadMgrStd
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadCollection.cpp25 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc192 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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp643 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp55 void AddThread(uint32_t thread_index_id) const { in AddThread() function in CommandObjectIterateOverThreads::UniqueStack