MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / GetValueOnCurrentThread

Method GetValueOnCurrentThread

tests/gtest/gtest-all.cc:10393–10397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10391Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
10392
10393ThreadLocalValueHolderBase* ThreadLocalRegistry::GetValueOnCurrentThread(
10394 const ThreadLocalBase* thread_local_instance) {
10395 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
10396 thread_local_instance);
10397}
10398
10399void ThreadLocalRegistry::OnThreadLocalDestroyed(
10400 const ThreadLocalBase* thread_local_instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected