Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__thread/support/
HDwindows.h122 #define _LIBCPP_TLS_DESTRUCTOR_CC __stdcall macro
125 __libcpp_tls_create(__libcpp_tls_key* __key, void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*));
HDpthread.h205 #define _LIBCPP_TLS_DESTRUCTOR_CC /* nothing */ macro
HDc11.h175 #define _LIBCPP_TLS_DESTRUCTOR_CC /* nothing */ macro
/freebsd-head/contrib/llvm-project/libcxx/include/__thread/
HDthread.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()