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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c401 THREAD32 thread_first, thread_next; local
422 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
428 thread_first && thread_next && module_first &&
533 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c401 THREAD32 thread_first, thread_next; local
422 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
428 thread_first && thread_next && module_first &&
533 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c401 THREAD32 thread_first, thread_next; local
422 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
428 thread_first && thread_next && module_first &&
533 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));

Completed in 120 milliseconds