OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_value_at_thread_exit
(Results
1 - 5
of
5
) sorted by null
/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)));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
86
__assoc_sub_state::
set_value_at_thread_exit
()
function in class:__assoc_sub_state
249
promise<void>::
set_value_at_thread_exit
()
function in class:promise
255
__state_->
set_value_at_thread_exit
();
Completed in 104 milliseconds