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

  /external/libcxx/test/std/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 16 // void promise<R&>::set_value_at_thread_exit(R& r);
26 p.set_value_at_thread_exit(i);
set_value_at_thread_exit_const.pass.cpp 16 // void promise::set_value_at_thread_exit(const R& r);
24 p.set_value_at_thread_exit(i);
set_value_at_thread_exit_void.pass.cpp 16 // void promise<void>::set_value_at_thread_exit();
26 p.set_value_at_thread_exit();
set_rvalue_at_thread_exit.pass.cpp 16 // void promise::set_value_at_thread_exit(R&& r);
26 p.set_value_at_thread_exit(std::unique_ptr<int>(new int(5)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 14 // void promise<R&>::set_value_at_thread_exit(R& r);
24 p.set_value_at_thread_exit(i);
set_value_at_thread_exit_const.pass.cpp 14 // void promise::set_value_at_thread_exit(const R& r);
22 p.set_value_at_thread_exit(i);
set_value_at_thread_exit_void.pass.cpp 14 // void promise<void>::set_value_at_thread_exit();
24 p.set_value_at_thread_exit();
set_rvalue_at_thread_exit.pass.cpp 14 // void promise::set_value_at_thread_exit(R&& r);
24 p.set_value_at_thread_exit(std::unique_ptr<int>(new int(5)));
  /external/libcxx/src/
future.cpp 104 __assoc_sub_state::set_value_at_thread_exit() function in class:__assoc_sub_state
263 promise<void>::set_value_at_thread_exit() function in class:promise
269 __state_->set_value_at_thread_exit();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 103 __assoc_sub_state::set_value_at_thread_exit() function in class:__assoc_sub_state
266 promise<void>::set_value_at_thread_exit() function in class:promise
272 __state_->set_value_at_thread_exit();

Completed in 135 milliseconds