Searched refs:NUM_TRIES (Results 1 – 3 of 3) sorted by relevance
28 constexpr size_t NUM_TRIES = 5; in waitForEvent() local29 for (size_t i = 0; i < NUM_TRIES; i++) { in waitForEvent()
44 NUM_TRIES = 2 variable878 for num_try in range(NUM_TRIES):950 if 'Problem with socket' in content and num_try != NUM_TRIES-1:
54 NUM_TRIES = 2 variable1261 if tries == NUM_TRIES: