Searched refs:execCount (Results 1 – 5 of 5) sorted by relevance
27 boost::atomic<unsigned> execCount(0u); in main() local39 serial.submit([i, &execCount] { in main()41 ++execCount; in main()46 unsigned const cnt = execCount.load(); in main()
24 static int32_t execCount = 0; variable281 execCount = 0; in run()283 if (!res || (execCount <= 0)) { in run()366 execCount++; in runTestLoop()517 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
499 static int32_t execCount = 0; variable609 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()781 execCount++; in runTestLoop()1515 execCount = 0; in main()1520 if (!res || (execCount <= 0)) { in main()1588 if (execCount <= 0) { in main()