Searched defs:RETRY_COUNT (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c44 #define RETRY_COUNT 30 macro
622 while (!verified && (count++ < RETRY_COUNT)) {
668 if (count == (RETRY_COUNT - 5) &&
732 if (count == (RETRY_COUNT - 5) &&
778 } while (!verified && (count++ < RETRY_COUNT));

Completed in 14 milliseconds