Home
last modified time | relevance | path

Searched refs:usleep (Results 1 – 25 of 28) sorted by relevance

12

/busybox-1.35.0/libbb/
Dbb_do_delay.c46 usleep(500000); in msleep()
49 usleep(ms * 1000); in msleep()
Drtc.c47 usleep(20 * 1000); in open_loop_on_busy()
Dplatform.c21 int FAST_FUNC usleep(unsigned usec) in usleep() function
Dupdate_passwd.c145 usleep(100000); /* 0.1 sec */ in update_passwd()
/busybox-1.35.0/coreutils/
Dusleep.c48 usleep(xatou(argv[1])); in usleep_main()
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_subshell.tests8 # cant use usleep as it isnt standard in $PATH --
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_subshell.tests8 # cant use usleep as it isnt standard in $PATH --
/busybox-1.35.0/util-linux/
Dscriptreplay.c48 usleep(delay * factor); in scriptreplay_main()
Drtcwake.c210 usleep(10 * 1000); in rtcwake_main()
Dhwclock.c292 usleep(rem_usec - adj); in from_sys_clock()
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir1.tests28 # cant use usleep as it isnt standard in $PATH --
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir1.tests28 # cant use usleep as it isnt standard in $PATH --
/busybox-1.35.0/networking/
Dpscan.c142 usleep(rtt_4 / 8); in pscan_main()
Difupdown.c714 usleep(100000); in dhcp_down()
731 usleep(100000); in dhcp_down()
/busybox-1.35.0/miscutils/
Dflashcp.c118 usleep(100*1000); in flashcp_main()
/busybox-1.35.0/
DNOFORK_NOEXEC.lst43 then should not be NOEXEC, is "usleep". As NOFORK, it amount to simply
357 sv - noexec. needs ^C (uses usleep(420000))
358 svc - noexec. needs ^C (uses usleep(420000))
414 usleep - NOFORK. But what about "killall usleep"?
DAUTHORS104 cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
/busybox-1.35.0/runit/
Drunsvdir.c346 usleep(100000); in runsvdir_main()
Dsv.c687 usleep(420000); in sv()
/busybox-1.35.0/init/
Dbootchartd.c261 usleep(sample_period_us); in do_logging()
/busybox-1.35.0/modutils/
Dmodprobe-small.c493 usleep(1000*1000 / 20); in start_dep_bb_writeout()
650 usleep(20*1000); in already_loaded()
/busybox-1.35.0/loginutils/
Dgetty.c467 usleep(100*1000); /* 0.1 sec */ in get_logname()
/busybox-1.35.0/procps/
Dnmeter.c956 usleep(G.delta > 1000000 ? 1000000 : G.delta - G.tv.tv_usec % G.deltanz); in nmeter_main()
984 usleep(rem); in nmeter_main()
Dtop.c337 usleep(50000); in get_jiffy_counts()
1245 usleep(100000);
/busybox-1.35.0/include/
Dplatform.h624 extern int usleep(unsigned) FAST_FUNC;

12