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

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xwindows.h 105 #define sleep(x) Sleep((x) * 1000) macro
Xw32defs.h 45 # define sleep(x) Sleep((x) * 1000) macro
  /xsrc/external/mit/fontconfig/dist/fc-cache/
fc-cache.c 53 #define sleep(x) Sleep((x) * 1000) macro
120 fprintf (file, _(" -q, --quick don't sleep before exiting\n"));
131 fprintf (file, _(" -q (quick) don't sleep before exiting\n"));
453 * Now we need to sleep a second (or two, to be extra sure), to make
456 * sleep(3) can't be interrupted by a signal here -- this isn't in the
461 sleep (2);
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaLowLevel.c 247 struct timespec sleep, rem; local
250 sleep.tv_nsec = 1;
251 sleep.tv_sec = 0;
265 nanosleep(&sleep, &rem);
336 struct timespec sleep, rem; local
338 sleep.tv_nsec = 1;
339 sleep.tv_sec = 0;
352 nanosleep(&sleep, &rem);
363 nanosleep(&sleep, &rem);
379 struct timespec sleep, rem local
404 struct timespec sleep, rem; local
437 struct timespec sleep, rem; local
    [all...]
viaLowLevelPro.c 584 struct timespec sleep, rem; local
587 sleep.tv_nsec = 1;
588 sleep.tv_sec = 0;
603 nanosleep(&sleep, &rem);
674 struct timespec sleep, rem; local
676 sleep.tv_nsec = 1;
677 sleep.tv_sec = 0;
690 nanosleep(&sleep, &rem);
701 nanosleep(&sleep, &rem);
740 struct timespec sleep, rem local
771 struct timespec sleep, rem; local
804 struct timespec sleep, rem; local
    [all...]

Completed in 6 milliseconds