RegisterThread     48 base/metrics/stats_counters.cc       if (!table->RegisterThread(std::string())) {
RegisterThread    479 base/metrics/stats_table.cc   if (!slot && !(slot = table->RegisterThread(std::string())))
RegisterThread     76 base/metrics/stats_table.h   int RegisterThread(const std::string& name);
RegisterThread     39 base/metrics/stats_table_unittest.cc   int slot_id = table.RegisterThread(thread_name);
RegisterThread     52 base/metrics/stats_table_unittest.cc   slot_id = table.RegisterThread("too many threads");
RegisterThread     76 base/threading/platform_thread_posix.cc   ThreadIdNameManager::GetInstance()->RegisterThread(
RegisterThread     72 base/threading/platform_thread_win.cc     ThreadIdNameManager::GetInstance()->RegisterThread(
RegisterThread     27 base/threading/thread_id_name_manager.h   void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
RegisterThread     88 third_party/tcmalloc/chromium/src/profile-handler.cc   void RegisterThread();
RegisterThread    512 third_party/tcmalloc/chromium/src/profile-handler.cc   ProfileHandler::Instance()->RegisterThread();
RegisterThread    227 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     RegisterThread();
RegisterThread    228 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     RegisterThread();
RegisterThread    494 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   RegisterThread();
RegisterThread     88 third_party/tcmalloc/vendor/src/profile-handler.cc   void RegisterThread();
RegisterThread    512 third_party/tcmalloc/vendor/src/profile-handler.cc   ProfileHandler::Instance()->RegisterThread();
RegisterThread    227 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     RegisterThread();
RegisterThread    228 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     RegisterThread();
RegisterThread    494 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   RegisterThread();