HomeSort by relevance Sort by last modified time
    Searched refs:get_future (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
reset.pass.cpp 38 std::future<double> f = p.get_future();
43 f = p.get_future();
ctor_func.pass.cpp 45 std::future<double> f = p.get_future();
57 std::future<double> f = p.get_future();
66 std::future<int> f = p.get_future();
73 std::future<int> f = p.get_future();
dtor.pass.cpp 42 std::future<double> f = p.get_future();
56 std::future<double> f = p.get_future();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
swap.pass.cpp 35 std::future<int> f = p.get_future();
38 f = p0.get_future();
49 std::future<int> f = p.get_future();
52 f = p0.get_future();
63 std::future<int> f = p.get_future();
66 f = p0.get_future();
77 std::future<int> f = p.get_future();
80 f = p0.get_future();
set_lvalue_at_thread_exit.pass.cpp 35 std::future<int&> f = p.get_future();
set_value_at_thread_exit_const.pass.cpp 32 std::future<int> f = p.get_future();
set_value_at_thread_exit_void.pass.cpp 35 std::future<void> f = p.get_future();
set_value_void.pass.cpp 28 std::future<T> f = p.get_future();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.members/
reset.pass.cpp 42 std::future<double> f = p.get_future();
47 f = p.get_future();
ctor_func.pass.cpp 48 std::future<double> f = p.get_future();
60 std::future<double> f = p.get_future();
69 std::future<int> f = p.get_future();
76 std::future<int> f = p.get_future();
  /external/libcxx/test/std/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 35 std::future<int&> f = p.get_future();
set_value_at_thread_exit_const.pass.cpp 32 std::future<int> f = p.get_future();
set_value_at_thread_exit_void.pass.cpp 35 std::future<void> f = p.get_future();
set_value_void.pass.cpp 28 std::future<T> f = p.get_future();
move_assign.pass.cpp 34 std::future<int> f = p.get_future();
40 f = p0.get_future();
57 std::future<int&> f = p.get_future();
63 f = p0.get_future();
80 std::future<void> f = p.get_future();
86 f = p0.get_future();
set_rvalue.pass.cpp 36 std::future<T> f = p.get_future();
53 std::future<T> f = p.get_future();
set_value_const.pass.cpp 38 std::future<T> f = p.get_future();
59 std::future<T> f = p.get_future();
  /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
ctor_func.pass.cpp 48 std::future<double> f = p.get_future();
60 std::future<double> f = p.get_future();
69 std::future<int> f = p.get_future();
76 std::future<int> f = p.get_future();
dtor.pass.cpp 48 std::future<double> f = p.get_future();
64 std::future<double> f = p.get_future();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 32 std::future<int&> f = p.get_future();
set_value_at_thread_exit_const.pass.cpp 29 std::future<int> f = p.get_future();
set_value_at_thread_exit_void.pass.cpp 32 std::future<void> f = p.get_future();
set_value_void.pass.cpp 24 std::future<T> f = p.get_future();
set_rvalue.pass.cpp 38 std::future<T> f = p.get_future();
55 std::future<T> f = p.get_future();
set_value_const.pass.cpp 31 std::future<T> f = p.get_future();
50 std::future<T> f = p.get_future();

Completed in 2725 milliseconds

12 3 4 5 6 7