HomeSort by relevance Sort by last modified time
    Searched defs:usleep (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
usleep.c 31 int usleep(unsigned long usec) function
  /external/srtp/test/
rtpw.c 63 #include <time.h> /* for usleep() */
95 # define usleep(us) Sleep((us)/1000) macro
97 # define usleep(us) sleep((us)/1000000) macro
442 usleep(USEC_RATE);
  /external/valgrind/unittest/
thread_wrappers_win.h 55 #define usleep(x) Sleep((x)/1000) macro
  /external/bison/darwin-lib/
unistd.h 1821 # undef usleep macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1821 # undef usleep macro
    [all...]
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 216 static void usleep(unsigned long t) function
384 usleep(2000);
406 usleep(600000);
648 usleep(2000);
671 usleep(600000);
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 20 #define usleep(X) Sleep(((X)+999)/1000) macro
    [all...]

Completed in 218 milliseconds