Searched defs:RegisterThread (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_id_name_manager.cc43 void ThreadIdNameManager::RegisterThread(PlatformThreadHandle::Handle handle, function in class:base::ThreadIdNameManager
/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();
/external/chromium/base/metrics/
H A Dstats_table.cc247 // Each thread that calls RegisterThread in the StatsTable will have
299 int StatsTable::RegisterThread(const std::string& name) { function in class:base::StatsTable
442 if (!slot && !(slot = table->RegisterThread("")))
/external/chromium_org/base/metrics/
H A Dstats_table.cc279 // Each thread that calls RegisterThread in the StatsTable will have
339 int StatsTable::RegisterThread(const std::string& name) { function in class:base::StatsTable
478 if (!slot && !(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:__anon14737::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:__anon14780::ProfileHandlerTest
494 RegisterThread();

Completed in 653 milliseconds