Searched refs:sleeptime (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_004_pos.ksh63 sleeptime=$1
75 log_must sleep $sleeptime
114 send_recv_destroy $sleeptime $TESTPOOL $TESTPOOL SAME_POOL
118 send_recv_destroy $sleeptime $TESTPOOL1 $TESTPOOL SENDER
122 send_recv_destroy $sleeptime $TESTPOOL1 $TESTPOOL1 RECEIVER
132 for sleeptime in 0.1 0.3 0.5 0.75 1 2 3; do
143 sleeptime=15
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dkeyboard.c55 isc_keyboard_close(isc_keyboard_t *keyboard, unsigned int sleeptime) { argument
58 if (sleeptime > 0 && keyboard->result != ISC_R_CANCELED)
59 (void)Sleep(sleeptime*1000);
/freebsd-12-stable/share/examples/perfmon/
H A Dperfmon.c54 int loops, i, sleeptime; local
69 sleeptime = 0;
95 sleeptime = getnum(optarg, 0, INT_MAX - 1);
139 if (sleeptime)
140 sleep(sleeptime);
189 "usage: %s [-eiou] [-c command] [-l nloops] [-m mask] [-s sleeptime]\n"
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c83 isc_keyboard_close(isc_keyboard_t *keyboard, unsigned int sleeptime) { argument
86 if (sleeptime > 0 && keyboard->result != ISC_R_CANCELED)
87 (void)sleep(sleeptime);
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_lockf.c59 #define sleeptime 150000 /* sleep time between locks, usec */ macro
104 if (usleep(sleeptime) < 0)
176 usleep(sleeptime / 3);
180 usleep(sleeptime / 3);
/freebsd-12-stable/tests/sys/kqueue/libkqueue/
H A Dtimer.c451 int sleeptime; local
464 for (sleeptime = MIN_SLEEP, iteration = 1;
465 sleeptime < MAX_SLEEP;
466 ++sleeptime, ++iteration) {
477 ussleep(sleeptime);
/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c409 unsigned int sleeptime = 2; local
432 sleeptime, loopcount);
438 (void) sleep(sleeptime);
439 sleeptime *= 2;
440 if (sleeptime > 60)
441 sleeptime = 60;
/freebsd-12-stable/tools/tools/mctest/
H A Dmctest.cc379 struct timespec sleeptime; local
380 sleeptime.tv_sec = 0;
381 sleeptime.tv_nsec = gap;
391 if (nanosleep(&sleeptime, NULL) < 0) {

Completed in 261 milliseconds