Home
last modified time | relevance | path

Searched refs:GetThreadNameTLS (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dthread_id_name_manager.cc24 ThreadLocalStorage::Slot& GetThreadNameTLS() { in GetThreadNameTLS() function
78 GetThreadNameTLS().Set(const_cast<char*>(leaked_str->c_str())); in SetName()
120 const char* name = reinterpret_cast<const char*>(GetThreadNameTLS().Get()); in GetNameForCurrentThread()