Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dfuture.cpp116 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
228 __state_->set_exception(make_exception_ptr( in ~promise()
256 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
262 __state_->set_exception(__p); in set_exception()
/ndk/sources/cxx-stl/llvm-libc++/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()
/ndk/sources/cxx-stl/llvm-libc++/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfuture80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
559 void set_exception(exception_ptr __p);
876 this->set_exception(current_exception());
923 this->set_exception(current_exception());
969 this->set_exception(current_exception());
1024 this->set_exception(current_exception());
1395 void set_exception(exception_ptr __p);
1429 __state_->set_exception(make_exception_ptr(
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3658 $(call gen-test, thread/futures/futures.promise/set_exception)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3649 $(call gen-test, thread/futures/futures.promise/set_exception)