Searched refs:pCount (Results 1 – 2 of 2) sorted by relevance
36 std::atomic<int> pCount; variable56 pCount = 0; in Body()69 int curval = ++pCount; in operator ()()74 --pCount; in operator ()()75 REQUIRE(int(pCount) >= 0); in operator ()()91 pCount = 0; in test_semaphore()93 REQUIRE_MESSAGE(!pCount, "not all threads decremented pCount"); in test_semaphore()
86 std::string pCount = "how many philosophers, from 2-"; in ParseCommandLine() local87 pCount += charbuf; in ParseCommandLine()91 .positional_arg(nPhilosophers, "n-of-philosophers", pCount) in ParseCommandLine()