Searched defs:MAX_DELAY (Results 1 – 5 of 5) sorted by relevance
40 #define TST_RETRY_FN_EXP_BACKOFF(FUNC, ERET, MAX_DELAY) \ argument
26 #define MAX_DELAY 100 macro
72 private const val MAX_DELAY = Long.MAX_VALUE / 2 // cannot delay for too long on Android in createDispatcher() constant
12 private const val MAX_DELAY = Int.MAX_VALUE.toLong() in <lambda>() constant
123 #define MAX_DELAY 0x1F macro