HomeSort by: relevance | last modified time | path
    Searched defs:sleepy (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 156 static DWORD WINAPI sleepy(VOID * arg) function
171 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL);
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 241 static DWORD WINAPI sleepy(VOID * arg) function
256 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL);
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 178 static DWORD WINAPI sleepy(VOID *arg) function
193 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL);

Completed in 32 milliseconds