Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h64 __libcpp_tls_key __key_; variable
81 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get()
94 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); in __thread_specific_ptr()
110 std::__libcpp_tls_set(__key_, __p); in set_pointer()