Lines Matching refs:deferred
30 deferred = 2,
31 any = async | deferred
38 deferred
81 // setting the result with deferred notification
110 // setting the result with deferred notification
138 // setting the result with deferred notification
417 deferred = 2,
418 any = async | deferred
489 deferred
555 deferred = 8
576 void __set_deferred() {__state_ |= deferred;}
608 if (__state_ & deferred)
609 return future_status::deferred;
1320 // setting the result with deferred notification
1464 // setting the result with deferred notification
1590 // setting the result with deferred notification
2196 if (__does_policy_contain(__policy, launch::deferred))