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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_win.c459 THREAD32 thread_first, thread_next; local
479 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
485 thread_first && thread_next && module_first &&
537 while (thread_next(handle, &t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c458 THREAD32 thread_first, thread_next; local
479 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
485 thread_first && thread_next && module_first &&
541 while (thread_next(handle, &t) && GetTickCount() < stoptime);

Completed in 95 milliseconds