Home
last modified time | relevance | path

Searched refs:__at_thread_exit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h72 _LIBCPP_HIDDEN static void _LIBCPP_TLS_DESTRUCTOR_CC __at_thread_exit(void*);
88 void _LIBCPP_TLS_DESTRUCTOR_CC __thread_specific_ptr<_Tp>::__at_thread_exit(void* __p) { in __at_thread_exit() function
94 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); in __thread_specific_ptr()