it 252 dmtcp_restart.cpp RestoreTargetMap::iterator it; it 253 dmtcp_restart.cpp for (it = targets.begin(); it != targets.end(); it++) { it 254 dmtcp_restart.cpp RestoreTarget *t = it->second; it 264 dmtcp_restart.cpp RestoreTargetMap::iterator it; it 265 dmtcp_restart.cpp for (it = independentProcessTreeRoots.begin(); it 266 dmtcp_restart.cpp it != independentProcessTreeRoots.end(); it 267 dmtcp_restart.cpp it++) { it 268 dmtcp_restart.cpp RestoreTarget *t = it->second; it 284 dmtcp_restart.cpp for (it = targets.begin(); it != targets.end(); it++) { it 285 dmtcp_restart.cpp RestoreTarget *t = it->second; it 298 dmtcp_restart.cpp for (it = targets.begin(); it != targets.end(); it++) { it 299 dmtcp_restart.cpp RestoreTarget *t = it->second; it 33 lookup_service.cpp KeyValueMap::iterator it; it 34 lookup_service.cpp for (it = kvmap.begin(); it != kvmap.end(); it++) { it 35 lookup_service.cpp KeyValue *k = (KeyValue*)&(it->first); it 36 lookup_service.cpp KeyValue *v = it->second; it 53 plugin/ipc/socket/socketconnlist.cpp map<ConnectionIdentifier, vector<char> >::const_iterator it; it 54 plugin/ipc/socket/socketconnlist.cpp for (it = discn.begin(); it != discn.end(); it++) { it 55 plugin/ipc/socket/socketconnlist.cpp const ConnectionIdentifier& id = it->first; it 110 popen.cpp _dmtcpPopenPidMapIterator it; it 111 popen.cpp for (it = _dmtcpPopenPidMap.begin(); it != _dmtcpPopenPidMap.end(); it++) { it 112 popen.cpp int fd = fileno(it->first); it 117 popen.cpp _real_fclose(it->first); it 150 popen.cpp _dmtcpPopenPidMapIterator it; it 156 popen.cpp it = _dmtcpPopenPidMap.find(fp); it 157 popen.cpp if (it != _dmtcpPopenPidMap.end()) { it 158 popen.cpp fp = it->first; it 159 popen.cpp pid = it->second; it 160 popen.cpp _dmtcpPopenPidMap.erase(it);