Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drand_win.c458 THREAD32 thread_first, thread_next; in RAND_poll() local
479 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next"); in RAND_poll()
485 thread_first && thread_next && module_first && in RAND_poll()
541 while (thread_next(handle, &t) && GetTickCount() < stoptime); in RAND_poll()