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

/external/openssl/crypto/rand/
H A Drand_win.c126 #define MAXDELAY 1000 macro
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
603 && (!good || (GetTickCount()-starttime)<MAXDELAY));

Completed in 40 milliseconds