Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A 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()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/
H A Dset_value_at_thread_exit_const.pass.cpp27 p.set_value_at_thread_exit(i); in func()
H A Dset_lvalue_at_thread_exit.pass.cpp29 p.set_value_at_thread_exit(i); in func()
H A Dset_value_at_thread_exit_void.pass.cpp29 p.set_value_at_thread_exit(); in func()
H A Dset_rvalue_at_thread_exit.pass.cpp26 p.set_value_at_thread_exit(std::unique_ptr<int>(new int(5))); in func()
/llvm-project-15.0.7/libcxx/include/
H A 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();
583 void set_value_at_thread_exit();
1322 void set_value_at_thread_exit(_Rp&& __r);
1401 __state_->set_value_at_thread_exit(__r);
1465 void set_value_at_thread_exit(_Rp&);
1535 __state_->set_value_at_thread_exit(__r);
1591 void set_value_at_thread_exit();
[all …]
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Issues.csv110 …wg21.link/LWG2523>`__","``std::promise``\ synopsis shows two ``set_value_at_thread_exit()``\ 's f…