Searched refs:set_value_at_thread_exit (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/thread/futures/futures.promise/
H A Dset_lvalue_at_thread_exit.pass.cpp14 // void promise<R&>::set_value_at_thread_exit(R& r);
24 p.set_value_at_thread_exit(i);
H A Dset_value_at_thread_exit_const.pass.cpp14 // void promise::set_value_at_thread_exit(const R& r);
22 p.set_value_at_thread_exit(i);
H A Dset_value_at_thread_exit_void.pass.cpp14 // void promise<void>::set_value_at_thread_exit();
24 p.set_value_at_thread_exit();
H A Dset_rvalue_at_thread_exit.pass.cpp14 // void promise::set_value_at_thread_exit(R&& r);
24 p.set_value_at_thread_exit(std::unique_ptr<int>(new int(5)));
/external/libcxx/src/
H A Dfuture.cpp101 __assoc_sub_state::set_value_at_thread_exit() function in class:__assoc_sub_state
264 promise<void>::set_value_at_thread_exit() function in class:promise
270 __state_->set_value_at_thread_exit();

Completed in 346 milliseconds