HomeSort by relevance Sort by last modified time
    Searched refs:set_exception_at_thread_exit (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 14 // void promise::set_exception_at_thread_exit(exception_ptr p);
22 p.set_exception_at_thread_exit(std::make_exception_ptr(3));
Android.mk 87 test_name := thread/futures/futures.promise/set_exception_at_thread_exit
88 test_src := set_exception_at_thread_exit.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 14 // void promise::set_exception_at_thread_exit(exception_ptr p);
22 p.set_exception_at_thread_exit(std::make_exception_ptr(3));
  /external/libcxx/src/
future.cpp 128 __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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 130 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
276 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
282 __state_->set_exception_at_thread_exit(__p);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 309 milliseconds