Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReport
246 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReport
/external/lldb/source/Target/
DThreadList.cpp82 ThreadList::AddThread (const ThreadSP &thread_sp) in AddThread() function in ThreadList