Searched refs:f_async (Results 1 – 2 of 2) sorted by relevance
33 int f_async() { in f_async() function48 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()
32 int f_async() { in f_async() function47 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()