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
415 deferred = 2,
416 any = async | deferred
487 deferred
553 deferred = 8
574 void __set_deferred() {__state_ |= deferred;}
606 if (__state_ & deferred)
607 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
2210 if (__does_policy_contain(__policy, launch::deferred))