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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/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-9.3-release/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-9.3-release/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-9.3-release/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 110 milliseconds