Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h54 _LIBCPP_EXPORTED_FROM_ABI __thread_specific_ptr<__thread_struct>& __thread_local_data();
78 friend _LIBCPP_EXPORTED_FROM_ABI __thread_specific_ptr<__thread_struct>& __thread_local_data();
166 __thread_local_data().set_pointer(std::get<0>(*__p.get()).release());
187 __thread_local_data().set_pointer(__p->__tsp_.release());
/freebsd/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp66 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit()
72 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
H A Dfuture.cpp75 __thread_local_data()->__make_ready_at_thread_exit(this); in set_value_at_thread_exit()
92 __thread_local_data()->__make_ready_at_thread_exit(this); in set_exception_at_thread_exit()
H A Dthread.cpp102 __thread_specific_ptr<__thread_struct>& __thread_local_data() { in __thread_local_data() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/
H A Dthread.h45 _LIBCPP_EXPORTED_FROM_ABI __thread_specific_ptr<__thread_struct>& __thread_local_data();
69 friend _LIBCPP_EXPORTED_FROM_ABI __thread_specific_ptr<__thread_struct>& __thread_local_data();
195 __thread_local_data().set_pointer(__p->__tsp_.release());
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture577 __thread_local_data()->__make_ready_at_thread_exit(this);
637 __thread_local_data()->__make_ready_at_thread_exit(this);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture632 __thread_local_data()->__make_ready_at_thread_exit(this);
692 __thread_local_data()->__make_ready_at_thread_exit(this);