Home
last modified time | relevance | path

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

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