Home | History | Annotate | Download | only in loader

Lines Matching full:coalesced

335       SetThrottleState(COALESCED);
348 if (throttle_state_ == COALESCED) {
350 } else if (old_throttle_state == COALESCED) {
404 // THROTTLED || UNTHROTTLED -> COALESCED
406 // COALESCED -> THROTTLED
407 // A COALESCED client will transition into UNTHROTTLED when the network is
408 // woken up by a heartbeat and then transition back into COALESCED.
427 if (throttle_state_ != COALESCED) {
436 SetThrottleState(COALESCED);
589 // COALESCED Clients never load requests, with the following exceptions:
592 // UNTHROTTLED Client, and then return to the COALESCED state.
612 if (throttle_state_ == COALESCED) {
975 if (client->throttle_state() == COALESCED) {