Searched refs:clients_ (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_server.cc141 // 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_
[all...]
H A Dcrash_generation_server.h224 std::list<ClientInfo*> clients_; member in class:google_breakpad::CrashGenerationServer

Completed in 118 milliseconds