Home
last modified time | relevance | path

Searched refs:f_async (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libcxx/test/std/thread/futures/futures.async/
Dasync_race.pass.cpp33 int f_async() { in f_async() function
48 std::future<int> f = std::async(f_async); in test_each()
53 std::future<int> f = std::async(std::launch::async, f_async); in test_each()
/external/libcxx/test/std/thread/futures/futures.async/
Dasync_race.pass.cpp32 int f_async() { in f_async() function
47 std::future<int> f = std::async(f_async); in test_each()
52 std::future<int> f = std::async(std::launch::async, f_async); in test_each()