Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/src/
Dfuture.cpp93 __assoc_sub_state::set_value_at_thread_exit() in set_value_at_thread_exit() function in __assoc_sub_state
235 promise<void>::set_value_at_thread_exit() in set_value_at_thread_exit() function in promise
239 __state_->set_value_at_thread_exit(); in set_value_at_thread_exit()
/openbsd/src/gnu/llvm/libcxx/include/
Dfuture82 void set_value_at_thread_exit(const R& r);
83 void set_value_at_thread_exit(R&& r);
111 void set_value_at_thread_exit(R&);
139 void set_value_at_thread_exit();
581 void set_value_at_thread_exit();
641 void set_value_at_thread_exit(_Arg&& __arg);
673 __assoc_state<_Rp>::set_value_at_thread_exit(_Arg&& __arg)
718 void set_value_at_thread_exit(_Rp& __arg);
744 __assoc_state<_Rp&>::set_value_at_thread_exit(_Rp& __arg)
1321 void set_value_at_thread_exit(const _Rp& __r);
[all …]