Home
last modified time | relevance | path

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

/external/libcxx/test/thread/futures/futures.promise/
Dset_exception.pass.cpp25 p.set_exception(std::make_exception_ptr(3)); in main()
37 p.set_exception(std::make_exception_ptr(3)); in main()
DAndroid.mk71 test_name := thread/futures/futures.promise/set_exception
72 test_src := set_exception.pass.cpp
/external/libcxx/src/
Dfuture.cpp114 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
226 __state_->set_exception(make_exception_ptr( in ~promise()
254 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
260 __state_->set_exception(__p); in set_exception()
/external/libcxx/test/thread/futures/futures.shared_future/
Dget.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in func2()
45 p.set_exception(std::make_exception_ptr(3.5)); in func4()
57 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/libcxx/test/thread/futures/futures.unique_future/
Dget.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in func2()
45 p.set_exception(std::make_exception_ptr(3.5)); in func4()
57 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/libcxx/include/
Dfuture80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
557 void set_exception(exception_ptr __p);
874 this->set_exception(current_exception());
921 this->set_exception(current_exception());
967 this->set_exception(current_exception());
1022 this->set_exception(current_exception());
1393 void set_exception(exception_ptr __p);
1427 __state_->set_exception(make_exception_ptr(
[all …]
/external/chromium_org/v8/src/heap/
Dheap.cc2418 set_exception(null_value()); in CreateInitialMaps()
2794 set_exception(*factory->NewOddball(factory->exception_map(), "exception", in CreateInitialObjects()