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

Method OnThreadLocalDestroyed

tests/gtest/gtest-all.cc:10399–10402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10397}
10398
10399void ThreadLocalRegistry::OnThreadLocalDestroyed(
10400 const ThreadLocalBase* thread_local_instance) {
10401 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
10402}
10403
10404#endif // GTEST_IS_THREADSAFE && GTEST_OS_WINDOWS
10405

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected