OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_exception_at_thread_exit
(Results
1 - 7
of
7
) sorted by null
/external/libcxx/test/libcxx/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp
37
p.
set_exception_at_thread_exit
(std::exception_ptr());
47
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));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp
14
// void promise::
set_exception_at_thread_exit
(exception_ptr p);
22
p.
set_exception_at_thread_exit
(std::make_exception_ptr(3));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp
18
// void promise::
set_exception_at_thread_exit
(exception_ptr p);
26
p.
set_exception_at_thread_exit
(std::make_exception_ptr(3));
/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/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
130
__assoc_sub_state::
set_exception_at_thread_exit
(exception_ptr __p)
function in class:__assoc_sub_state
276
promise<void>::
set_exception_at_thread_exit
(exception_ptr __p)
function in class:promise
282
__state_->
set_exception_at_thread_exit
(__p);
/prebuilts/ndk/r13/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 242 milliseconds