Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/thread/futures/futures.async/
H A 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()
/llvm-project/clang/test/CodeGen/
H A Dswift-call-conv.c9 void __attribute__((__swiftasynccall__)) f_async(void) {} in f_async() function