OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sleeptime
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/kernel/
t_lockf.c
59
#define
sleeptime
150000 /* sleep time between locks, usec */
macro
104
if (usleep(
sleeptime
) < 0)
173
usleep(
sleeptime
/ 3);
177
usleep(
sleeptime
/ 3);
/src/external/bsd/unbound/dist/testcode/
testpkts.h
250
unsigned int
sleeptime
;
member in struct:entry
testpkts.c
262
e->
sleeptime
= (unsigned int) strtol(parse, (char**)&parse, 10);
304
e->
sleeptime
= 0;
1788
if(match->
sleeptime
> 0) {
1789
verbose(3, "sleeping for %d seconds\n", match->
sleeptime
);
1791
sleep(match->
sleeptime
);
1793
Sleep(match->
sleeptime
* 1000);
/src/sys/dev/pci/
viomb.c
500
int
sleeptime
, r;
local
503
sleeptime
= 30000;
508
sleeptime
= 10000;
510
sleeptime
= 100;
512
sleeptime
= 20;
516
sleeptime
= 100;
534
mstohz(
sleeptime
));
/src/usr.sbin/lpr/lpd/
lpd.c
301
struct timespec
sleeptime
= {10, 0};
local
306
(long)
sleeptime
.tv_sec);
307
nanosleep(&
sleeptime
, NULL);
308
sleeptime
.tv_sec <<= 1;
309
if (
sleeptime
.tv_sec <= 0) {
310
syslog(LOG_CRIT, "
sleeptime
overflowed! help!");
311
sleeptime
.tv_sec = 10;
/src/external/bsd/openldap/dist/tests/data/
retcode.conf
20
retcode-item "cn=success w/ delay" 0x00
sleeptime
=2
/src/sbin/amrctl/
amrctl.c
51
#define
SLEEPTIME
100000 /* microseconds */
54
static int
sleeptime
=
SLEEPTIME
; /* between attempts, in ms */
variable
184
usleep(
sleeptime
);
631
sleeptime
= atoi(optarg);
/src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-iprop.in
87
sleeptime
=2
93
sleep $
sleeptime
;
94
t=`expr $t + $
sleeptime
`
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026