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

  /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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 113 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
259 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
265 __state_->set_exception_at_thread_exit(__p);

Completed in 398 milliseconds