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

  /external/libcxx/src/
future.cpp 129 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
275 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
281 __state_->set_exception_at_thread_exit(__p);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
future.cpp 129 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) function in class:__assoc_sub_state
275 promise<void>::set_exception_at_thread_exit(exception_ptr __p) function in class:promise
281 __state_->set_exception_at_thread_exit(__p);

Completed in 151 milliseconds