Searched refs:execCount (Results 1 – 5 of 5) sorted by relevance
72 private int execCount; field in RequestWrapper97 this.execCount = 0; in RequestWrapper()168 return this.execCount; in getExecCount()172 this.execCount++; in incrementExecCount()
305 int execCount = 0; in execute() local422 execCount++; in execute()432 this.log.debug("Attempt " + execCount + " to execute request"); in execute()448 if (retryHandler.retryRequest(ex, execCount, context)) { in execute()
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()
439 static int32_t execCount = 0; variable549 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()744 execCount++; in runTestLoop()1487 execCount = 0; in main()1492 if (!res || (execCount <= 0)) { in main()1557 if (execCount <= 0) { in main()
365 int execCount = 0; in execute() local467 execCount++; in execute()484 this.log.debug("Attempt " + execCount + " to execute request"); in execute()