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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_win.c397 THREAD32 thread_first, thread_next; local
422 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
428 thread_first && thread_next && module_first &&
535 while (thread_next(handle, &t)
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_win.c397 THREAD32 thread_first, thread_next; local
422 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
428 thread_first && thread_next && module_first &&
535 while (thread_next(handle, &t)

Completed in 307 milliseconds