Searched refs:checkIntRef (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/ |
| H A D | async.pass.cpp | 124 auto checkIntRef = [&](std::future<int&>& f) { return &f.get() == &i; }; in main() local 125 test<int&>(checkIntRef, DPID, f1); in main() 126 test<int&>(checkIntRef, false, std::launch::async, f1); in main() 127 test<int&>(checkIntRef, true, std::launch::deferred, f1); in main() 128 test<int&>(checkIntRef, DPID, AnyPolicy, f1); in main()
|