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

Function DeleteThreadLocalValue

tests/gtest/gtest.h:2011–2013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2009// Called by pthread to delete thread-local data stored by
2010// pthread_setspecific().
2011extern "C" inline void DeleteThreadLocalValue(void* value_holder) {
2012 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);
2013}
2014
2015// Implements thread-local storage on pthreads-based systems.
2016template <typename T>

Callers 1

~ThreadLocalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected