Searched refs:execCount (Results 1 – 3 of 3) sorted by relevance
24 static int32_t execCount = 0; variable281 execCount = 0; in run()283 if (!res || (execCount <= 0)) { in run()366 execCount++; in runTestLoop()515 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
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()
500 static int32_t execCount = 0; variable610 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()782 execCount++; in runTestLoop()1516 execCount = 0; in main()1521 if (!res || (execCount <= 0)) { in main()1589 if (execCount <= 0) { in main()