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

  /external/compiler-rt/lib/asan/
asan_thread_registry.h 33 void RegisterThread(AsanThread *thread);
asan_thread_registry.cc 40 RegisterThread(&main_thread_);
46 void AsanThreadRegistry::RegisterThread(AsanThread *thread) {
asan_interceptors.cc 128 asanThreadRegistry().RegisterThread(t);
666 asanThreadRegistry().RegisterThread(t);
asan_mac.cc 296 asanThreadRegistry().RegisterThread(t);
  /external/chromium/base/metrics/
stats_table.h 76 int RegisterThread(const std::string& name);
stats_counters.cc 48 if (!table->RegisterThread("")) {
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("")))
stats_table_unittest.cc 38 int slot_id = table.RegisterThread(thread_name);
51 slot_id = table.RegisterThread("too many threads");

Completed in 150 milliseconds