Home
last modified time | relevance | path

Searched refs:set_exception_at_thread_exit (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Dset_exception_at_thread_exit.pass.cpp22 p.set_exception_at_thread_exit(std::make_exception_ptr(3)); in func()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dfuture.cpp130 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit() function in __assoc_sub_state
276 promise<void>::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit() function in promise
282 __state_->set_exception_at_thread_exit(__p); in set_exception_at_thread_exit()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfuture85 void set_exception_at_thread_exit(exception_ptr p);
113 void set_exception_at_thread_exit(exception_ptr p);
141 void set_exception_at_thread_exit(exception_ptr p);
560 void set_exception_at_thread_exit(exception_ptr __p);
1402 void set_exception_at_thread_exit(exception_ptr __p);
1512 promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p)
1518 __state_->set_exception_at_thread_exit(__p);
1575 void set_exception_at_thread_exit(exception_ptr __p);
1655 promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p)
1661 __state_->set_exception_at_thread_exit(__p);
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3657 $(call gen-test, thread/futures/futures.promise/set_exception_at_thread_exit)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3648 $(call gen-test, thread/futures/futures.promise/set_exception_at_thread_exit)