OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLEEPTIME
(Results
1 - 14
of
14
) sorted by null
/external/ltp/testcases/network/tcp_cmds/netstat/
netstat01
38
SLEEPTIME
=${
SLEEPTIME
:-0}
68
sleep $
SLEEPTIME
/external/ltp/testcases/network/tcp_cmds/host/
host01
39
SLEEPTIME
=${
SLEEPTIME
:-0}
73
sleep $
SLEEPTIME
/external/ltp/testcases/network/tcp_cmds/rsh/
rsh01
41
SLEEPTIME
=${
SLEEPTIME
:-0}
95
sleep $
SLEEPTIME
/external/ltp/testcases/network/tcp_cmds/arp/
arp01
54
SLEEPTIME
=${
SLEEPTIME
:-1}
74
sleep $
SLEEPTIME
93
sleep $
SLEEPTIME
/external/ltp/testcases/network/tcp_cmds/rcp/
rcp01
51
SLEEPTIME
=${
SLEEPTIME
:-0}
84
sleep $
SLEEPTIME
92
sleep $
SLEEPTIME
106
sleep $
SLEEPTIME
113
sleep $
SLEEPTIME
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
3-1.c
10
* Test by creating a timer, sleeping for
SLEEPTIME
, and ensuring
25
#define
SLEEPTIME
3
54
ts.tv_sec =
SLEEPTIME
;
/external/ltp/testcases/network/tcp_cmds/ftp/
ftp01
55
SLEEPTIME
=${
SLEEPTIME
:-0}
126
sleep $
SLEEPTIME
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
3-3.c
23
#define
SLEEPTIME
1
79
sleep(
SLEEPTIME
);
118
ts.tv_sec =
SLEEPTIME
;
/external/ltp/testcases/network/tcp_cmds/rwho/
rwho01
58
SLEEPTIME
=${
SLEEPTIME
:-5}
75
sleep $
SLEEPTIME
85
sleep $
SLEEPTIME
/cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java
26
private static final int
SLEEPTIME
= 100;
39
sleep(
SLEEPTIME
);
53
private void sleep(long
sleepTime
) {
55
Thread.sleep(
sleepTime
);
/external/ltp/testcases/network/tcp_cmds/rdist/
rdist01
52
SLEEPTIME
=${
SLEEPTIME
:-10}
169
sleep $
SLEEPTIME
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
4-1.c
14
* - sleep
SLEEPTIME
seconds (
SLEEPTIME
should be < TIMEROFFSET,
33
//
SLEEPTIME
< TIMEROFFSET
34
//
SLEEPTIME
> ACCEPTABLEDELTA
35
#define
SLEEPTIME
3
100
sleep(
SLEEPTIME
);
/external/ltp/testcases/network/tcp_cmds/finger/
finger01
58
SLEEPTIME
=${
SLEEPTIME
:-1}
201
sleep $
SLEEPTIME
/external/ltp/testcases/kernel/mem/mmapstress/
mmapstress10.c
82
*
SLEEPTIME
seconds.
103
#define
SLEEPTIME
1 /* # secs to sleep between writes */
139
int
sleeptime
=
SLEEPTIME
;
variable
212
sleeptime
= atoi(optarg);
213
if (
sleeptime
< 0) {
215
"
sleeptime
\n");
772
(void)sleep(
sleeptime
);
Completed in 5113 milliseconds