Lines Matching refs:deferred
31 deferred = 2,
32 any = async | deferred
39 deferred
82 // setting the result with deferred notification
111 // setting the result with deferred notification
139 // setting the result with deferred notification
405 deferred = 2,
406 any = async | deferred
481 deferred
532 deferred = 8
552 void __set_deferred() {__state_ |= deferred;}
582 if (__state_ & deferred)
583 return future_status::deferred;
1408 // setting the result with deferred notification
1585 // setting the result with deferred notification
1729 // setting the result with deferred notification
2368 if (__does_policy_contain(__policy, launch::deferred))