OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:future
(Results
201 - 225
of
6981
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/thread/futures/futures.promise/
set_exception.pass.cpp
12
// <
future
>
18
#include <
future
>
26
std::
future
<T> f = p.get_future();
set_exception_at_thread_exit.pass.cpp
12
// <
future
>
18
#include <
future
>
32
std::
future
<T> f = p.get_future();
set_lvalue.pass.cpp
12
// <
future
>
18
#include <
future
>
27
std::
future
<T> f = p.get_future();
set_lvalue_at_thread_exit.pass.cpp
12
// <
future
>
18
#include <
future
>
34
std::
future
<int&> f = p.get_future();
set_rvalue_at_thread_exit.pass.cpp
12
// <
future
>
18
#include <
future
>
36
std::
future
<std::unique_ptr<int>> f = p.get_future();
set_value_at_thread_exit_const.pass.cpp
12
// <
future
>
18
#include <
future
>
31
std::
future
<int> f = p.get_future();
set_value_at_thread_exit_void.pass.cpp
12
// <
future
>
18
#include <
future
>
34
std::
future
<void> f = p.get_future();
set_value_void.pass.cpp
12
// <
future
>
18
#include <
future
>
26
std::
future
<T> f = p.get_future();
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
assign_copy.fail.cpp
10
// <
future
>
16
#include <
future
>
37
std::
future
<double> f = p.get_future();
assign_move.pass.cpp
12
// <
future
>
18
#include <
future
>
39
std::
future
<double> f = p.get_future();
ctor_copy.fail.cpp
10
// <
future
>
16
#include <
future
>
36
std::
future
<double> f = p.get_future();
ctor_move.pass.cpp
12
// <
future
>
18
#include <
future
>
38
std::
future
<double> f = p.get_future();
reset.pass.cpp
12
// <
future
>
18
#include <
future
>
40
std::
future
<double> f = p.get_future();
swap.pass.cpp
12
// <
future
>
18
#include <
future
>
39
std::
future
<double> f = p.get_future();
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp
12
// <
future
>
20
#include <
future
>
41
std::
future
<double> f = p.get_future();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp
10
// <
future
>
16
#include <
future
>
24
std::
future
<T> f = p.get_future();
set_exception_at_thread_exit.pass.cpp
10
// <
future
>
16
#include <
future
>
30
std::
future
<T> f = p.get_future();
set_lvalue.pass.cpp
10
// <
future
>
16
#include <
future
>
25
std::
future
<T> f = p.get_future();
set_lvalue_at_thread_exit.pass.cpp
10
// <
future
>
16
#include <
future
>
32
std::
future
<int&> f = p.get_future();
set_rvalue_at_thread_exit.pass.cpp
10
// <
future
>
16
#include <
future
>
34
std::
future
<std::unique_ptr<int>> f = p.get_future();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
assign_copy.fail.cpp
10
// <
future
>
16
#include <
future
>
37
std::
future
<double> f = p.get_future();
assign_move.pass.cpp
10
// <
future
>
16
#include <
future
>
37
std::
future
<double> f = p.get_future();
ctor_copy.fail.cpp
10
// <
future
>
16
#include <
future
>
36
std::
future
<double> f = p.get_future();
ctor_move.pass.cpp
10
// <
future
>
16
#include <
future
>
36
std::
future
<double> f = p.get_future();
reset.pass.cpp
10
// <
future
>
16
#include <
future
>
38
std::
future
<double> f = p.get_future();
Completed in 187 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>