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

123456

/freebsd-12-stable/bin/pkill/tests/
H A Dpgrep-i_test.sh10 usleep="${sleep}XXX"
11 touch $usleep
13 ln -sf /bin/sleep $usleep
14 $usleep 5 &
24 rm -f $sleep $usleep
H A Dpkill-i_test.sh10 usleep="${sleep}XXX"
11 touch $usleep
13 ln -sf /bin/sleep $usleep
14 $usleep 5 &
26 rm -f $sleep $usleep
/freebsd-12-stable/stand/usb/test/
H A Dbsd_usbloader_test.c32 extern int usleep(int);
57 usleep(delay);
63 usleep(delay);
72 usleep((1000000 / hz) * timeout);
90 usleep(1000);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.float.c42 (void) usleep(1000);
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_simplecli.c23 usleep(10000);
/freebsd-12-stable/tools/regression/poll/
H A Dpipepoll.c111 usleep(1);
128 usleep(1);
141 usleep(1);
155 usleep(1);
164 usleep(1);
172 usleep(1);
223 usleep(1);
233 usleep(1);
240 usleep(1);
247 usleep(
[all...]
H A Dpipeselect.c95 usleep(1);
113 usleep(1);
128 usleep(1);
143 usleep(1);
153 usleep(1);
162 usleep(1);
220 usleep(1);
230 usleep(1);
237 usleep(1);
244 usleep(
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dusleep.c33 __SCCSID("@(#)usleep.c 8.1 (Berkeley) 6/4/93");
56 __weak_reference(__usleep, usleep);
/freebsd-12-stable/tests/sys/net/
H A Drandsleep.c60 usleep(usecs);
/freebsd-12-stable/usr.bin/sdiotool/
H A Dlinux_compat.h47 #define usleep_range(a, b) usleep(a)
/freebsd-12-stable/share/examples/ppi/
H A Dppilcd.c378 usleep(10000);
380 usleep(1000);
382 usleep(1000);
385 usleep(1000);
392 usleep(1000);
394 usleep(1000);
399 usleep(2000);
419 usleep(2000);
429 usleep(40);
436 usleep(4
[all...]
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c109 usleep(pause_ms * 1000);
118 usleep(pause_us);
/freebsd-12-stable/sys/dev/random/
H A Dunit_test.c165 usleep(r);
192 usleep(100);
225 usleep(100);
/freebsd-12-stable/tests/sys/kern/
H A Dkern_descrip_test.c102 usleep(1000);
122 usleep(1000);
124 usleep(40000);
/freebsd-12-stable/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c42 usleep(1000);
/freebsd-12-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c100 usleep(100000);
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c87 usleep(100);
/freebsd-12-stable/lib/libthr/tests/
H A Dumtx_op_test.c93 usleep(500000);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h82 int usleep(unsigned int useconds);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c61 usleep(50000);
119 usleep(50000);
186 usleep(50000);
257 usleep(50000);
334 usleep(50000);
416 usleep(50000);
490 usleep(50000);
564 usleep(50000);
645 usleep(50000);
/freebsd-12-stable/contrib/opie/libopie/
H A Dreadpass.c17 Modified by cmetz for OPIE 2.31. Use usleep() to delay after setting
201 usleep(1);
208 usleep(1);
/freebsd-12-stable/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c135 usleep(GRAB_WAIT * 1000);
148 usleep(GRAB_WAIT * 1000);
/freebsd-12-stable/contrib/ntp/util/
H A Dpps-api.c89 usleep(10000);
/freebsd-12-stable/contrib/tcsh/
H A Ddotlock.c165 (void)usleep((unsigned int)pollinterval * 1000);
/freebsd-12-stable/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c125 usleep(USLEEP);

Completed in 310 milliseconds

123456