Searched refs:thread_name_tls (Results 1 – 1 of 1) sorted by relevance
25 static base::NoDestructor<base::ThreadLocalStorage::Slot> thread_name_tls; in GetThreadNameTLS() local26 return *thread_name_tls; in GetThreadNameTLS()