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

/external/libcxx/test/std/thread/futures/futures.promise/
H A Dset_exception.pass.cpp16 // void set_exception(exception_ptr p);
27 p.set_exception(std::make_exception_ptr(3));
39 p.set_exception(std::make_exception_ptr(3));
/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp32 p.set_exception(std::make_exception_ptr(3));
47 p.set_exception(std::make_exception_ptr(3.5));
59 p.set_exception(std::make_exception_ptr('c'));
/external/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp32 p.set_exception(std::make_exception_ptr(3));
47 p.set_exception(std::make_exception_ptr(3.5));
59 p.set_exception(std::make_exception_ptr('c'));
/external/libcxx/src/
H A Dfuture.cpp118 __assoc_sub_state::set_exception(exception_ptr __p) function in class:__assoc_sub_state
230 __state_->set_exception(make_exception_ptr(
258 promise<void>::set_exception(exception_ptr __p) function in class:promise
264 __state_->set_exception(__p);
/external/v8/src/heap/
H A Dheap.cc2418 set_exception(null_value());
2794 set_exception(*factory->NewOddball(factory->exception_map(), "exception",

Completed in 316 milliseconds