Searched refs:NumPhilosophers (Results 1 – 1 of 1) sorted by relevance
66 const int NumPhilosophers = sizeof(names) / sizeof(char *); variable85 std::sprintf(charbuf, "%d", NumPhilosophers); in ParseCommandLine()94 if (nPhilosophers < 2 || nPhilosophers > NumPhilosophers) { in ParseCommandLine()96 << ") out of range [2:" << NumPhilosophers << "]\n"; in ParseCommandLine()