Searched refs:set_exception_at_thread_exit (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/thread/futures/futures.promise/
H A Dset_exception_at_thread_exit.pass.cpp14 // void promise::set_exception_at_thread_exit(exception_ptr p);
22 p.set_exception_at_thread_exit(std::make_exception_ptr(3));
H A DAndroid.mk87 test_name := thread/futures/futures.promise/set_exception_at_thread_exit
88 test_src := set_exception_at_thread_exit.pass.cpp
/external/libcxx/src/
H A Dfuture.cpp128 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
274 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
280 __state_->set_exception_at_thread_exit(__p);

Completed in 514 milliseconds