Searched refs:shouldKillProcess (Results 1 – 1 of 1) sorted by relevance
270 bool shouldKillProcess = (drand48() * 100) <= (double)processFailureRate; in main() local272 if (shouldKillProcess) { in main()