| /freebsd-12-stable/tools/regression/poll/ |
| D | pipepoll.c | 111 usleep(1); in child() 128 usleep(1); in child() 141 usleep(1); in child() 155 usleep(1); in child() 164 usleep(1); in child() 172 usleep(1); in child() 223 usleep(1); in parent() 233 usleep(1); in parent() 240 usleep(1); in parent() 247 usleep(1); in parent() [all …]
|
| D | pipeselect.c | 95 usleep(1); in child() 113 usleep(1); in child() 128 usleep(1); in child() 143 usleep(1); in child() 153 usleep(1); in child() 162 usleep(1); in child() 220 usleep(1); in parent() 230 usleep(1); in parent() 237 usleep(1); in parent() 244 usleep(1); in parent() [all …]
|
| /freebsd-12-stable/bin/pkill/tests/ |
| D | pkill-i_test.sh | 10 usleep="${sleep}XXX" 11 touch $usleep 13 ln -sf /bin/sleep $usleep 14 $usleep 5 & 26 rm -f $sleep $usleep
|
| D | pgrep-i_test.sh | 10 usleep="${sleep}XXX" 11 touch $usleep 13 ln -sf /bin/sleep $usleep 14 $usleep 5 & 24 rm -f $sleep $usleep
|
| /freebsd-12-stable/stand/usb/test/ |
| D | bsd_usbloader_test.c | 32 extern int usleep(int); 57 usleep(delay); in DELAY() 63 usleep(delay); in delay() 72 usleep((1000000 / hz) * timeout); in pause() 90 usleep(1000); in main()
|
| /freebsd-12-stable/share/examples/ppi/ |
| D | ppilcd.c | 378 usleep(10000); in hd44780_command() 380 usleep(1000); in hd44780_command() 382 usleep(1000); in hd44780_command() 385 usleep(1000); in hd44780_command() 392 usleep(1000); in hd44780_command() 394 usleep(1000); in hd44780_command() 399 usleep(2000); in hd44780_command() 419 usleep(2000); in hd44780_command() 429 usleep(40); in hd44780_command() 436 usleep(40); in hd44780_putc()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread_dbg/ |
| D | t_threads.c | 61 usleep(50000); in busyFunction1() 119 usleep(50000); in busyFunction2() 186 usleep(50000); in busyFunction3() 257 usleep(50000); in busyFunction4() 334 usleep(50000); in busyFunction5() 416 usleep(50000); in busyFunction6() 490 usleep(50000); in busyFunction7() 564 usleep(50000); in busyFunction8() 645 usleep(50000); in busyFunction9()
|
| /freebsd-12-stable/tests/sys/kern/ |
| D | kern_descrip_test.c | 102 usleep(1000); in openfiles2() 122 usleep(1000); in openfiles() 124 usleep(40000); in openfiles()
|
| /freebsd-12-stable/sys/dev/random/ |
| D | unit_test.c | 165 usleep(r); in RunHarvester() 192 usleep(100); in ReadCSPRNG() 225 usleep(100); in ReadCSPRNG()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_lockf.c | 104 if (usleep(sleeptime) < 0) in trylocks() 176 usleep(sleeptime / 3); in ATF_TC_BODY() 180 usleep(sleeptime / 3); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/ofed/opensm/complib/ |
| D | cl_thread.c | 109 usleep(pause_ms * 1000); in cl_thread_suspend() 118 usleep(pause_us); in cl_thread_stall()
|
| /freebsd-12-stable/tools/test/gpioevents/ |
| D | gpioevents.c | 230 usleep(delayus); in run_read() 269 usleep(delayus); in run_poll() 313 usleep(delayus); in run_select() 360 usleep(delayus); in run_kqueue() 411 usleep(delayus); in run_aio_read()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/os_specific/service_layers/ |
| D | osunixxf.c | 1050 usleep (10 * ACPI_USEC_PER_MSEC); /* ten milliseconds */ in AcpiOsWaitSemaphore() 1055 usleep (ACPI_USEC_PER_MSEC); /* one millisecond */ in AcpiOsWaitSemaphore() 1250 usleep (microseconds); in AcpiOsStall() 1280 usleep ((milliseconds % ACPI_MSEC_PER_SEC) * ACPI_USEC_PER_MSEC); in AcpiOsSleep()
|
| /freebsd-12-stable/tools/tools/usbtest/ |
| D | usb_msc_test.c | 377 usleep(((uint32_t)usb_ts_rand_noise()) % 10000U); in do_io_test() 380 usleep(((uint32_t)usb_ts_rand_noise()) % 100000U); in do_io_test() 383 usleep(10000); in do_io_test() 386 usleep(100000); in do_io_test() 570 usleep(50000); in usb_msc_test() 614 usleep(50000); in usb_msc_test() 634 usleep(50000); in usb_msc_test()
|
| /freebsd-12-stable/usr.bin/morse/ |
| D | morse.c | 590 usleep(duration); in ttyout() 595 usleep(duration); in ttyout() 598 usleep(duration); in ttyout()
|
| /freebsd-12-stable/contrib/opie/libopie/ |
| D | readpass.c | 201 usleep(1); 208 usleep(1);
|
| /freebsd-12-stable/usr.sbin/bluetooth/bcmfw/ |
| D | bcmfw.c | 213 usleep(10); in bcmfw_load_firmware() 280 usleep(500000); in bcmfw_load_firmware()
|
| /freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/h_client/ |
| D | h_simplecli.c | 23 usleep(10000); in main()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
| D | tst.float.c | 42 (void) usleep(1000); in main()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | usleep.c | 56 __weak_reference(__usleep, usleep);
|
| /freebsd-12-stable/usr.bin/sdiotool/ |
| D | linux_compat.h | 47 #define usleep_range(a, b) usleep(a)
|
| /freebsd-12-stable/tests/sys/net/ |
| D | randsleep.c | 60 usleep(usecs); in main()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_gpsvme.c | 236 usleep(DELAY); in check_leap_sec() 239 usleep(DELAY); in check_leap_sec()
|
| /freebsd-12-stable/usr.sbin/moused/ |
| D | moused.c | 1706 usleep(50000); in r_init() 1708 usleep(50000); in r_init() 1710 usleep(50000); in r_init() 1712 usleep(50000); in r_init() 1714 usleep(50000); in r_init() 1716 usleep(50000); in r_init() 1730 usleep(50000); in r_init() 1738 usleep(200000); in r_init() 2768 usleep(100000); in setmousespeed() 2816 usleep(240000); in pnpwakeup1() [all …]
|
| /freebsd-12-stable/crypto/openssh/contrib/ |
| D | gnome-ssh-askpass2.c | 239 usleep(GRAB_WAIT * 1000); in passphrase_dialog() 252 usleep(GRAB_WAIT * 1000); in passphrase_dialog()
|