Searched refs:usleep (Results 1 - 25 of 71) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dusleep.c3 * usleep implementation for busybox
23 if (usleep(xatou(argv[1]))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dipv6-down.sample21 usleep 10000
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dipv6-down.sample21 usleep 10000
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevsettle.c111 usleep(1000 * 1000 / LOOP_PER_SECOND);
152 usleep(1000 * 1000 / LOOP_PER_SECOND);
H A Dudev_device.c134 usleep(1000 * 1000 / 20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtime.c83 return usleep(usec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Daviocat.c84 usleep(50*1000);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c47 usleep(100000); /* 0.1 sec */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistd.in.h1248 # undef usleep
1249 # define usleep rpl_usleep
1251 _GL_FUNCDECL_RPL (usleep, int, (useconds_t n));
1252 _GL_CXXALIAS_RPL (usleep, int, (useconds_t n));
1255 _GL_FUNCDECL_SYS (usleep, int, (useconds_t n));
1257 _GL_CXXALIAS_SYS (usleep, int, (useconds_t n));
1259 _GL_CXXALIASWARN (usleep);
1261 # undef usleep
1263 _GL_WARN_ON_USE (usleep, "usleep i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dpscan.c105 * We check rtt BEFORE we usleep, otherwise
108 usleep(rtt_4/8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp91 usleep(100);
187 usleep(100); // sleep for 0.1 seconds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch-kqueue.c64 usleep(500000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp181 usleep(100); // sleep for 0.1 seconds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp56 usleep(milliseconds * 1000);
76 usleep(microseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcrystalhd.c972 usleep(BASE_WAIT);
1012 usleep(BASE_WAIT);
1022 usleep(BASE_WAIT);
1051 usleep(priv->decode_wait);
1079 usleep(priv->decode_wait);
H A Dlibstagefright.cpp242 usleep(10000);
422 usleep(10000);
436 usleep(10000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp127 #include <time.h> // nanosleep() and/or usleep()
158 inline void usleep(unsigned long delay) function
163 int usleep(unsigned int usec);
168 #endif // Unices without usleep()
194 // of Solaris has a safe usleep() function but please notice that usleep()
198 #error "usleep() cannot be used in MT programs under Solaris."
201 usleep(microseconds);
206 #error "usleep() or nanosleep() function required for wxMicroSleep"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminissdp.c261 usleep(200000);
425 usleep(random()>>20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvd.c371 usleep(200000);
373 usleep(200000);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dradvd.c380 usleep(200000);
382 usleep(200000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dclientpacket.c218 usleep(500000); /* possible down interface, looping condition */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfiltering_video.c30 #define _XOPEN_SOURCE 600 /* for usleep */
164 * usleep is in microseconds, just like AV_TIME_BASE. */
168 usleep(delay);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dclientpacket.c192 usleep(500000); /* possible down interface, looping condition */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dclientpacket.c159 usleep(500000); /* possible down interface, looping condition */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsv.c584 usleep(420000);

Completed in 211 milliseconds

123