HomeSort by relevance Sort by last modified time
    Searched defs:AddThread (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
thread_tree.cpp 45 void ThreadTree::AddThread(int pid, int tid, const std::string& comm) {
71 AddThread(pid, tid, "unknown");
237 thread_tree->AddThread(r.data.pid, r.data.tid, r.comm);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
246 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
249 AddThread(tctx, suppressable);
315 AddThread(tctx);
334 AddThread(tctx);
343 AddThread(tctx);
647 rep.AddThread(tctx);

Completed in 102 milliseconds