HomeSort by relevance Sort by last modified time
    Searched full:thread_next (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 458 THREAD32 thread_first, thread_next; local
479 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
485 thread_first && thread_next && module_first &&
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
  /external/openssl/crypto/rand/
rand_win.c 458 THREAD32 thread_first, thread_next; local
479 thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
485 thread_first && thread_next && module_first &&
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));

Completed in 73 milliseconds