Home | History | Annotate | Download | only in crash_generation

Lines Matching refs:clients_

141     // critical section is then exited only after the clients_ list
148 // No one will modify the clients_ list beyond this point -
178 // the clients_ list once the shutting_down_ flag is set.
180 for (iter = clients_.begin(); iter != clients_.end(); ++iter) {
448 // This is only valid as long as it can be found in the clients_ list
522 // - the clients_ list
525 // However, as long as it is referenced by the clients_ list it
534 for (iter = clients_.begin(); iter != clients_.end(); ++iter) {
805 clients_.push_back(client_info);
863 // shutdown process it will delete all clients from the clients_ list.
866 clients_.remove(client_info);