Home
last modified time | relevance | path

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

/external/libcxx/src/
Dcondition_variable.cpp82 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit()
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
Dfuture.cpp108 __thread_local_data()->__make_ready_at_thread_exit(this); in set_value_at_thread_exit()
129 __thread_local_data()->__make_ready_at_thread_exit(this); in set_exception_at_thread_exit()
Dthread.cpp126 __thread_local_data() in __thread_local_data() function
/external/llvm-project/libcxx/src/
Dcondition_variable.cpp82 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit()
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
Dfuture.cpp107 __thread_local_data()->__make_ready_at_thread_exit(this); in set_value_at_thread_exit()
128 __thread_local_data()->__make_ready_at_thread_exit(this); in set_exception_at_thread_exit()
Dthread.cpp115 __thread_local_data() in __thread_local_data() function
/external/llvm-project/libcxx/include/
Dthread119 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
140 // Only __thread_local_data() may construct a __thread_specific_ptr
144 friend _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
289 __thread_local_data().set_pointer(_VSTD::get<0>(*__p.get()).release());
330 __thread_local_data().set_pointer(__p->__tsp_.release());
Dfuture670 __thread_local_data()->__make_ready_at_thread_exit(this);
741 __thread_local_data()->__make_ready_at_thread_exit(this);
/external/libcxx/include/
Dthread124 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
145 // Only __thread_local_data() may construct a __thread_specific_ptr
149 friend _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
350 __thread_local_data().set_pointer(_VSTD::get<0>(*__p).release());
402 __thread_local_data().set_pointer(__p->__tsp_.release());
Dfuture689 __thread_local_data()->__make_ready_at_thread_exit(this);
760 __thread_local_data()->__make_ready_at_thread_exit(this);