Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp70 void __assoc_sub_state::set_value_at_thread_exit() { in set_value_at_thread_exit() function in __assoc_sub_state
171 void promise<void>::set_value_at_thread_exit() { in set_value_at_thread_exit() function in promise
174 __state_->set_value_at_thread_exit(); in set_value_at_thread_exit()
/src/contrib/llvm-project/libcxx/include/
H A Dfuture83 void set_value_at_thread_exit(const R& r);
84 void set_value_at_thread_exit(R&& r);
112 void set_value_at_thread_exit(R&);
140 void set_value_at_thread_exit();
537 void set_value_at_thread_exit();
588 _LIBCPP_HIDE_FROM_ABI void set_value_at_thread_exit(_Arg&& __arg);
614 void __assoc_state<_Rp>::set_value_at_thread_exit(_Arg&& __arg) {
653 _LIBCPP_HIDE_FROM_ABI void set_value_at_thread_exit(_Rp& __arg);
674 void __assoc_state<_Rp&>::set_value_at_thread_exit(_Rp& __arg) {
1138 _LIBCPP_HIDE_FROM_ABI void set_value_at_thread_exit(const _Rp& __r);
[all …]