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

  /external/libcxx/test/libcxx/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 42 p.set_exception_at_thread_exit(std::exception_ptr());
51 p.set_exception_at_thread_exit(std::exception_ptr());
  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 18 // void promise::set_exception_at_thread_exit(exception_ptr p);
25 p.set_exception_at_thread_exit(std::make_exception_ptr(3));
  /external/libcxx/src/
future.cpp 123 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
252 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
256 __state_->set_exception_at_thread_exit(__p);

Completed in 168 milliseconds