Lines Matching refs:async
125 async = 1,
169 async(launch __policy, _Fn&& __fn, _Args&&... __args);
184 async(_Fn&& __fn, _Args&&... __args);
481 // Misnamed: waits for completion of async function.
648 async(launch, _Fn&&, _Args&&...);
691 async(launch, _Fn&&, _Args&&...);
734 async(launch, _Fn&&, _Args&&...);
1482 /// async
1485 async(launch __policy, _Fn&& __fn, _Args&&... __args)
1489 if ((__policy & (launch::async|launch::deferred)) == launch::async)
1502 /// async, potential overload
1506 async(_Fn&& __fn, _Args&&... __args)
1508 return async(launch::async|launch::deferred, std::forward<_Fn>(__fn),