Searched refs:MAX_ATTEMPTS (Results 1 – 6 of 6) sorted by relevance
37 #define MAX_ATTEMPTS 10000 macro47 for (uid = 0; uid < MAX_ATTEMPTS; uid++) { in reset_uid()52 printf("Failed: No unused uid's in %d attempts\n", MAX_ATTEMPTS); in reset_uid()
42 local MAX_ATTEMPTS=547 if [[ $ATTEMPT -ge $MAX_ATTEMPTS ]]; then52 echo "'$@' failed. Attempt ($ATTEMPT/$MAX_ATTEMPTS). Retrying..."
29 #define MAX_ATTEMPTS 100 macro113 i < MAX_ATTEMPTS; i++) in test_func()
287 #define MAX_ATTEMPTS 100 macro365 i < MAX_ATTEMPTS; i++) { in test_asyncio()
248 #define MAX_ATTEMPTS 10 macro265 while (attempts < MAX_ATTEMPTS) in PushBuffer()305 while (attempts < MAX_ATTEMPTS) in PushBuffer()
60 const MAX_ATTEMPTS = 3; constant69 if (attempts < MAX_ATTEMPTS) {