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

  /external/compiler-rt/lib/asan/
asan_thread_registry.cc 40 RegisterThread(&main_thread_);
46 void AsanThreadRegistry::RegisterThread(AsanThread *thread) {
  /external/chromium/base/metrics/
stats_table.cc 247 // Each thread that calls RegisterThread in the StatsTable will have
299 int StatsTable::RegisterThread(const std::string& name) {
442 if (!slot && !(slot = table->RegisterThread("")))

Completed in 36 milliseconds