Searched refs:execCount (Results 1 – 5 of 5) sorted by relevance
67 private int execCount; field in RequestWrapper92 this.execCount = 0; in RequestWrapper()163 return this.execCount; in getExecCount()167 this.execCount++; in incrementExecCount()
299 int execCount = 0; in execute() local416 execCount++; in execute()426 this.log.debug("Attempt " + execCount + " to execute request"); in execute()434 if (retryHandler.retryRequest(ex, execCount, context)) { in execute()
22 static int32_t execCount = 0; variable279 execCount = 0; in run()281 if (!res || (execCount <= 0)) { in run()364 execCount++; in runTestLoop()515 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
450 static int32_t execCount = 0; variable557 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()722 execCount++; in runTestLoop()1370 execCount = 0; in main()1375 if (!res || (execCount <= 0)) { in main()1427 if (execCount <= 0) { in main()
341 int execCount = 0; in execute() local443 execCount++; in execute()460 this.log.debug("Attempt " + execCount + " to execute request"); in execute()