Home
last modified time | relevance | path

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

/external/libcxx/src/
Dfuture.cpp104 __assoc_sub_state::set_value_at_thread_exit() in set_value_at_thread_exit() function in __assoc_sub_state
265 promise<void>::set_value_at_thread_exit() in set_value_at_thread_exit() function in promise
271 __state_->set_value_at_thread_exit(); in set_value_at_thread_exit()
/external/libcxx/test/std/thread/futures/futures.promise/
Dset_value_at_thread_exit_const.pass.cpp25 p.set_value_at_thread_exit(i); in func()
Dset_lvalue_at_thread_exit.pass.cpp27 p.set_value_at_thread_exit(i); in func()
Dset_value_at_thread_exit_void.pass.cpp27 p.set_value_at_thread_exit(); in func()
Dset_rvalue_at_thread_exit.pass.cpp24 p.set_value_at_thread_exit(std::unique_ptr<int>(new int(5))); in func()
/external/libcxx/include/
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();
572 void set_value_at_thread_exit();
635 void set_value_at_thread_exit(_Arg&& __arg);
637 void set_value_at_thread_exit(_Arg& __arg);
674 __assoc_state<_Rp>::set_value_at_thread_exit(_Arg&& __arg)
676 __assoc_state<_Rp>::set_value_at_thread_exit(_Arg& __arg)
722 void set_value_at_thread_exit(_Rp& __arg);
[all …]