| 10391 | Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex); |
| 10392 | |
| 10393 | ThreadLocalValueHolderBase* ThreadLocalRegistry::GetValueOnCurrentThread( |
| 10394 | const ThreadLocalBase* thread_local_instance) { |
| 10395 | return ThreadLocalRegistryImpl::GetValueOnCurrentThread( |
| 10396 | thread_local_instance); |
| 10397 | } |
| 10398 | |
| 10399 | void ThreadLocalRegistry::OnThreadLocalDestroyed( |
| 10400 | const ThreadLocalBase* thread_local_instance) { |
nothing calls this directly
no outgoing calls
no test coverage detected