OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_future
(Results
26 - 50
of
56
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
copy_assign.fail.cpp
25
std::future<T> f0 = p.
get_future
();
42
std::future<T> f0 = p.
get_future
();
59
std::future<T> f0 = p.
get_future
();
copy_ctor.fail.cpp
24
std::future<T> f0 = p.
get_future
();
39
std::future<T> f0 = p.
get_future
();
54
std::future<T> f0 = p.
get_future
();
dtor.pass.cpp
30
f = p.
get_future
();
44
f = p.
get_future
();
58
f = p.
get_future
();
get.pass.cpp
66
std::future<T> f = p.
get_future
();
74
std::future<T> f = p.
get_future
();
93
std::future<T> f = p.
get_future
();
101
std::future<T> f = p.
get_future
();
120
std::future<T> f = p.
get_future
();
128
std::future<T> f = p.
get_future
();
move_assign.pass.cpp
25
std::future<T> f0 = p.
get_future
();
42
std::future<T> f0 = p.
get_future
();
59
std::future<T> f0 = p.
get_future
();
move_ctor.pass.cpp
25
std::future<T> f0 = p.
get_future
();
40
std::future<T> f0 = p.
get_future
();
55
std::future<T> f0 = p.
get_future
();
share.pass.cpp
24
std::future<T> f0 = p.
get_future
();
39
std::future<T> f0 = p.
get_future
();
54
std::future<T> f0 = p.
get_future
();
wait.pass.cpp
47
std::future<T> f = p.
get_future
();
61
std::future<T> f = p.
get_future
();
75
std::future<T> f = p.
get_future
();
wait_for.pass.cpp
50
std::future<T> f = p.
get_future
();
66
std::future<T> f = p.
get_future
();
82
std::future<T> f = p.
get_future
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp
66
std::shared_future<T> f = p.
get_future
();
74
std::shared_future<T> f = p.
get_future
();
93
std::shared_future<T> f = p.
get_future
();
101
std::shared_future<T> f = p.
get_future
();
120
std::shared_future<T> f = p.
get_future
();
128
std::shared_future<T> f = p.
get_future
();
ctor_future.pass.cpp
24
std::future<T> f0 = p.
get_future
();
39
std::future<T> f0 = p.
get_future
();
54
std::future<T> f0 = p.
get_future
();
move_assign.pass.cpp
25
std::shared_future<T> f0 = p.
get_future
();
42
std::shared_future<T> f0 = p.
get_future
();
59
std::shared_future<T> f0 = p.
get_future
();
move_ctor.pass.cpp
24
std::shared_future<T> f0 = p.
get_future
();
39
std::shared_future<T> f0 = p.
get_future
();
54
std::shared_future<T> f0 = p.
get_future
();
wait.pass.cpp
47
std::shared_future<T> f = p.
get_future
();
61
std::shared_future<T> f = p.
get_future
();
75
std::shared_future<T> f = p.
get_future
();
wait_for.pass.cpp
50
std::shared_future<T> f = p.
get_future
();
66
std::shared_future<T> f = p.
get_future
();
82
std::shared_future<T> f = p.
get_future
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp
75
std::future<double> f = p.
get_future
();
81
std::future<double> f = p.
get_future
();
95
std::future<double> f = p.
get_future
();
operator.pass.cpp
75
std::future<double> f = p.
get_future
();
81
std::future<double> f = p.
get_future
();
95
std::future<double> f = p.
get_future
();
assign_copy.fail.cpp
37
std::future<double> f = p.
get_future
();
ctor_copy.fail.cpp
36
std::future<double> f = p.
get_future
();
ctor_move.pass.cpp
36
std::future<double> f = p.
get_future
();
swap.pass.cpp
37
std::future<double> f = p.
get_future
();
ctor_func.pass.cpp
43
std::future<double> f = p.
get_future
();
55
std::future<double> f = p.
get_future
();
ctor_func_alloc.pass.cpp
47
std::future<double> f = p.
get_future
();
62
std::future<double> f = p.
get_future
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp
39
std::future<double> f = p.
get_future
();
/external/clang/test/SemaCXX/
linkage2.cpp
66
get_future
();
73
get_future
<int>();
75
shared_future<int&> f1 =
get_future
<int&>();
Completed in 91 milliseconds
1
2
3