Searched refs:kMaxAttempts (Results 1 – 1 of 1) sorted by relevance
44 const int kMaxAttempts = 8; variable101 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in readStringFromFile()165 while (size > 0 && !error && attempts < kMaxAttempts) in writeStringToFile()451 while (size > 0 && !error && attempts < kMaxAttempts) in writePidAndWaitForReply()482 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in writePidAndWaitForReply()537 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in waitForChildrenAndSignal()577 while (size > 0 && !error && attempts < kMaxAttempts) in waitForChildrenAndSignal()