Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SLEEPSEC
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H
A
D
1-2.c
11
* - Sleep for
SLEEPSEC
< TIMERSEC.
14
* TIMERSEC-
SLEEPSEC
.
29
#define
SLEEPSEC
2
macro
57
if (sleep(
SLEEPSEC
) != 0) {
in main()
67
delta = (itsset.it_value.tv_sec -
SLEEPSEC
) - itsget.it_value.tv_sec;
in main()
72
(int)itsset.it_value.tv_sec -
SLEEPSEC
);
in main()
83
(int)itsset.it_value.tv_sec -
SLEEPSEC
);
in main()
H
A
D
1-4.c
14
* - Sleep for
SLEEPSEC
> TIMERVALSEC, but < TIMERINTERVAL seconds
17
* TIMERINTERVALSEC - (
SLEEPSEC
-TIMERVALSEC).
34
#define
SLEEPSEC
3
macro
64
if (sleep(
SLEEPSEC
) != 0) {
in main()
91
* value should be < TIMERINTERVALSEC - (
SLEEPSEC
-TIMERVALSEC)
in main()
94
(
SLEEPSEC
- itsset.it_value.tv_sec);
in main()
110
(int)itsset.it_value.tv_sec -
SLEEPSEC
);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
H
A
D
9-1.c
22
#define
SLEEPSEC
30
macro
61
tssleep.tv_sec =
SLEEPSEC
;
in main()
73
if (abs(sleptplusremaining -
SLEEPSEC
) <= OKDELTA) {
in main()
75
abs(sleptplusremaining -
SLEEPSEC
));
in main()
79
abs(sleptplusremaining -
SLEEPSEC
));
in main()
H
A
D
1-4.c
19
#define
SLEEPSEC
30
macro
33
tssleep.tv_sec =
SLEEPSEC
;
in main()
60
if ((tsafter.tv_sec - tsbefore.tv_sec) <
SLEEPSEC
) {
in main()
66
SLEEPSEC
);
in main()
H
A
D
1-3.c
27
#define
SLEEPSEC
30
macro
60
tssleep.tv_sec =
SLEEPSEC
;
in main()
87
if ((tsafter.tv_sec - tsbefore.tv_sec) <
SLEEPSEC
) {
in main()
93
SLEEPSEC
);
in main()
H
A
D
1-5.c
23
#define
SLEEPSEC
5
macro
45
tssleep.tv_sec =
SLEEPSEC
;
in main()
92
if (slepts >=
SLEEPSEC
) {
in main()
H
A
D
13-1.c
16
#define
SLEEPSEC
4
macro
24
tssleep.tv_sec =
SLEEPSEC
;
in main()
H
A
D
3-1.c
13
* - Set clock_nanosleep() to sleep until current time -
SLEEPSEC
22
#define
SLEEPSEC
3
macro
36
sleepuntilsec = tsbefore.tv_sec -
SLEEPSEC
;
in main()
H
A
D
2-1.c
12
* - Set clock_nanosleep() to sleep for current time +
SLEEPSEC
15
* ACCEPTABLEDELTA of current time +
SLEEPSEC
21
#define
SLEEPSEC
3
macro
35
sleepuntilsec = tsbefore.tv_sec +
SLEEPSEC
;
in main()
H
A
D
2-3.c
21
#define
SLEEPSEC
30
macro
34
sleepuntilsec = tsbefore.tv_sec +
SLEEPSEC
;
in main()
H
A
D
10-1.c
20
#define
SLEEPSEC
30
macro
51
tssleep.tv_sec =
SLEEPSEC
;
in main()
H
A
D
2-2.c
28
#define
SLEEPSEC
30
macro
49
sleepuntilsec = tsbefore.tv_sec +
SLEEPSEC
;
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H
A
D
8-1.c
13
* - in child: set clock_nanosleep() to sleep for
SLEEPSEC
seconds
14
* - in parent: sleep SMALLTIME (<
SLEEPSEC
)
17
* ACCEPTABLEDELTA of T0+(
SLEEPSEC
-SMALLTIME)
27
#define
SLEEPSEC
5
macro
55
tssleep.tv_sec =
SLEEPSEC
;
in main()
68
expectedsec = tsT0.tv_sec + (
SLEEPSEC
- SMALLTIME);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
H
A
D
3-2.c
19
#define
SLEEPSEC
5
macro
41
tssleep.tv_sec =
SLEEPSEC
;
in main()
86
if (slepts >=
SLEEPSEC
) {
in main()
Completed in 5 milliseconds