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

/external/qemu/distrib/sdl-1.2.15/src/audio/sun/
H A DSDL_sunaudio.c145 Sint32 sleepy; local
147 sleepy = ((left - fragsize)/frequency);
148 sleepy -= SLEEP_FUDGE;
149 if ( sleepy > 0 ) {
150 SDL_Delay(sleepy);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dspeed.c308 static DWORD WINAPI sleepy(VOID *arg) function
322 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
/external/openssl/apps/
H A Dspeed.c308 static DWORD WINAPI sleepy(VOID *arg) function
322 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);

Completed in 121 milliseconds