Searched refs:DPID (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 | 111 bool DPID = DefaultPolicyIsDeferred; in main() local 118 test<int>(checkInt, DPID, f0); in main() 121 test<int>(checkInt, DPID, AnyPolicy, f0); in main() 125 test<int&>(checkIntRef, DPID, f1); in main() 128 test<int&>(checkIntRef, DPID, AnyPolicy, f1); in main() 132 test<void>(checkVoid, DPID, f2); in main() 135 test<void>(checkVoid, DPID, AnyPolicy, f2); in main() 140 test<Ret>(checkUPtr, DPID, f3, 3); in main() 141 test<Ret>(checkUPtr, DPID, f4, std::unique_ptr<int>(new int(3))); in main()
|