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
/external/libcxx/test/std/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp
17
// void promise<R&>::
set_value_at_thread_exit
(R& r);
27
p.
set_value_at_thread_exit
(i);
set_value_at_thread_exit_const.pass.cpp
17
// void promise::
set_value_at_thread_exit
(const R& r);
25
p.
set_value_at_thread_exit
(i);
set_value_at_thread_exit_void.pass.cpp
17
// void promise<void>::
set_value_at_thread_exit
();
27
p.
set_value_at_thread_exit
();
set_rvalue_at_thread_exit.pass.cpp
16
// 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
102
__assoc_sub_state::
set_value_at_thread_exit
()
function in class:__assoc_sub_state
244
promise<void>::
set_value_at_thread_exit
()
function in class:promise
248
__state_->
set_value_at_thread_exit
();
Completed in 144 milliseconds