Searched refs:RegisterThread (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_id_name_manager.h27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
H A Dthread_id_name_manager.cc43 void ThreadIdNameManager::RegisterThread(PlatformThreadHandle::Handle handle, function in class:base::ThreadIdNameManager
H A Dplatform_thread_posix.cc76 ThreadIdNameManager::GetInstance()->RegisterThread(
H A Dplatform_thread_win.cc72 ThreadIdNameManager::GetInstance()->RegisterThread(
/external/chromium_org/base/metrics/
H A Dstats_table.h97 int RegisterThread(const std::string& name);
H A Dstats_counters.cc48 if (!table->RegisterThread(std::string())) {
H A Dstats_table_unittest.cc32 int slot_id = table.RegisterThread(thread_name);
45 slot_id = table.RegisterThread("too many threads");
H A Dstats_table.cc280 // Each thread that calls RegisterThread in the StatsTable will have
341 int StatsTable::RegisterThread(const std::string& name) { function in class:base::StatsTable
482 slot = table->RegisterThread(std::string());
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc227 RegisterThread();
228 RegisterThread();
244 void RegisterThread() { function in class:__anon15573::ProfileHandlerTest
494 RegisterThread();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc227 RegisterThread();
228 RegisterThread();
244 void RegisterThread() { function in class:__anon15616::ProfileHandlerTest
494 RegisterThread();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc88 void RegisterThread();
289 void ProfileHandler::RegisterThread() { function in class:ProfileHandler
301 // to RegisterThread must be made from different threads. (Subsequent
491 // enabled in RegisterThread or RegisterCallback only after
512 ProfileHandler::Instance()->RegisterThread();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc88 void RegisterThread();
289 void ProfileHandler::RegisterThread() { function in class:ProfileHandler
301 // to RegisterThread must be made from different threads. (Subsequent
491 // enabled in RegisterThread or RegisterCallback only after
512 ProfileHandler::Instance()->RegisterThread();

Completed in 840 milliseconds