Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/
H A Dfuture.cpp102 __assoc_sub_state::set_value_at_thread_exit() in set_value_at_thread_exit() function in __assoc_sub_state
244 promise<void>::set_value_at_thread_exit() in set_value_at_thread_exit() function in promise
248 __state_->set_value_at_thread_exit(); in set_value_at_thread_exit()
/freebsd-12.1/contrib/libc++/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();
576 void set_value_at_thread_exit();
727 void set_value_at_thread_exit(_Rp& __arg);
1500 __state_->set_value_at_thread_exit(__r);
1579 void set_value_at_thread_exit(_Rp&);
1649 __state_->set_value_at_thread_exit(__r);
1716 void set_value_at_thread_exit();
[all …]