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()
9 void __attribute__((__swiftasynccall__)) f_async(void) {} in f_async() function