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

  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 16 // void promise::set_exception_at_thread_exit(exception_ptr p);
24 p.set_exception_at_thread_exit(std::make_exception_ptr(3));
  /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 129 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
273 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
279 __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 1462 milliseconds