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

  /art/runtime/
thread_list.h 44 static const uint32_t kMainThreadId = 1;
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 364 const int kMainThreadId = 1;
385 if (mop->tid == kMainThreadId)
393 if (rt->id == kMainThreadId)

Completed in 55 milliseconds