Searched refs:DeleteThreadLocalValue (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2013 // pthread_key_create() requires DeleteThreadLocalValue() to have
2024 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2040 DeleteThreadLocalValue(pthread_getspecific(key_));
2068 // When a thread exits, DeleteThreadLocalValue() will be called on
2071 pthread_key_create(&key, &DeleteThreadLocalValue));

Completed in 12 milliseconds