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

  /external/syslinux/gpxe/src/include/
unistd.h 30 * sleep() prototype is defined by POSIX.1. usleep() prototype is
39 static inline __always_inline void usleep ( unsigned long usecs ) { function
  /prebuilts/go/darwin-x86/src/runtime/
stubs2.go 19 func usleep(usec uint32) func
os_nacl.go 144 func usleep(us uint32) { func
os_plan9.go 316 func usleep(µs uint32) { func
os3_solaris.go 45 //go:cgo_import_dynamic libc_usleep usleep "libc.so"
523 func usleep(µs uint32) { func
os_windows.go 726 func usleep(us uint32) { func
  /prebuilts/go/linux-x86/src/runtime/
stubs2.go 19 func usleep(usec uint32) func
os_nacl.go 144 func usleep(us uint32) { func
os_plan9.go 316 func usleep(µs uint32) { func
os3_solaris.go 45 //go:cgo_import_dynamic libc_usleep usleep "libc.so"
523 func usleep(µs uint32) { func
os_windows.go 726 func usleep(us uint32) { func
  /external/libmicrohttpd/src/include/
platform.h 154 #define usleep(useconds) (void)SleepEx((useconds)/1000, 1) macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 78 Implements the usleep(3) function.
85 usleep( useconds_t Microseconds ) function
98 return (usleep( (useconds_t)(Seconds * 1000000) ));
231 usleep( _SELECT_DELAY_ );
  /external/openssh/openbsd-compat/
bsd-misc.c 170 int usleep(unsigned int useconds) function
  /external/bison/darwin-lib/
unistd.h 1821 # undef usleep macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1821 # undef usleep macro
    [all...]
  /external/fio/os/windows/
posix.c 507 int usleep(useconds_t useconds) function
  /external/libpng/contrib/gregbook/
rpng2-x.c 27 - 1.11: added -usleep option for demos; fixed command-line parsing bug
46 - 2.05: Use nanosleep() instead of usleep(), which is deprecated (GR-P).
117 # undef usleep macro
118 # define usleep(usec) { \ macro
125 #ifndef usleep /* have neither nanosleep() nor usleep() */
126 # define usleep(x) sleep(((x)+499999)/1000000) macro
429 } else if (!strncmp(*argv, "-usleep", 2)) {
477 " %*s [-usleep dur | -timing] [-pause]\n",
687 * done, clean up any remaining time with usleep() cal
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 20 #define usleep(X) Sleep(((X)+999)/1000) macro
    [all...]

Completed in 381 milliseconds