Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dcondition_variable.cpp84 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit()
90 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
H A Dfuture.cpp99 __thread_local_data()->__make_ready_at_thread_exit(this); in set_value_at_thread_exit()
120 __thread_local_data()->__make_ready_at_thread_exit(this); in set_exception_at_thread_exit()
H A Dthread.cpp116 __thread_local_data() in __thread_local_data() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dthread125 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
146 // Only __thread_local_data() may construct a __thread_specific_ptr
150 friend _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
291 __thread_local_data().set_pointer(_VSTD::get<0>(*__p.get()).release());
332 __thread_local_data().set_pointer(__p->__tsp_.release());
H A Dfuture680 __thread_local_data()->__make_ready_at_thread_exit(this);
751 __thread_local_data()->__make_ready_at_thread_exit(this);