Searched refs:MAX_CNT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-sem.c155 # define MAX_CNT 10 macro
216 } while (r < 0 && cnt <= MAX_CNT);
231 } while (r < 0 && cnt <= MAX_CNT);
246 } while (r <= 0 && cnt <= MAX_CNT);
261 } while (r < 0 && cnt <= MAX_CNT);
275 } while (r < 0 && cnt <= MAX_CNT);
292 } while (r < 0 && cnt <= MAX_CNT);
307 } while (r < 0 && cnt <= MAX_CNT);
H A Dt-shm.c150 # define MAX_CNT 10 macro
175 while (*shm == 1 && cnt++ < MAX_CNT)
177 SM_TEST(cnt <= MAX_CNT);
187 while (*shm != 1 && cnt++ < MAX_CNT)
189 SM_TEST(cnt <= MAX_CNT);
H A Dt-notify.c22 # define MAX_CNT 10 macro

Completed in 99 milliseconds