Searched refs:MAX_FAILS_T (Results 1 – 3 of 3) sorted by relevance
123 if (++errs > MAX_FAILS_T)
950 tcnt >= MAX_FAILS_T ? "abort" : "try again");954 if (tcnt >= MAX_FAILS_T)
251 #define MAX_FAILS_T 16 /* thread creation */ macro