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:NS_PER_MS
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H
A
D
periodic_cpu_load.c
48
#define PERIOD_A 40*
NS_PER_MS
49
#define PERIOD_B 80*
NS_PER_MS
50
#define PERIOD_C 160*
NS_PER_MS
186
printf(" period: %d ms\n", PERIOD_A /
NS_PER_MS
);
in main()
190
printf(" period: %d ms\n", PERIOD_B /
NS_PER_MS
);
in main()
194
printf(" period: %d ms\n", PERIOD_C /
NS_PER_MS
);
in main()
H
A
D
periodic_cpu_load_single.c
186
period = atoi(v) *
NS_PER_MS
;
in parse_args()
197
period = DEFAULT_PERIOD *
NS_PER_MS
;
in main()
221
printf(" period: %d ms\n", period /
NS_PER_MS
);
in main()
/third_party/ltp/testcases/realtime/func/pi-tests/
H
A
D
testpi-7.c
52
#define
NS_PER_MS
1000000
macro
164
rt_nanosleep(1 *
NS_PER_MS
);
in low_prio_rt_thread()
169
rt_nanosleep(1 *
NS_PER_MS
);
in low_prio_rt_thread()
179
rt_nanosleep(1 *
NS_PER_MS
);
in low_prio_rt_thread()
196
rt_nanosleep(1 *
NS_PER_MS
);
in med_prio_thread()
236
rt_nanosleep(10 *
NS_PER_MS
);
in high_prio_rt_thread()
256
rt_nanosleep(10 *
NS_PER_MS
);
in high_prio_rt_thread()
/third_party/ltp/testcases/realtime/func/sched_latency/
H
A
D
sched_latency.c
56
//#define PERIOD 17*
NS_PER_MS
60
#define DEF_PERIOD 5*
NS_PER_MS
108
period = strtoull(v, NULL, 0) *
NS_PER_MS
;
in parse_args()
253
if (load_ms *
NS_PER_MS
>= period - OVERHEAD) {
in main()
269
period /
NS_PER_MS
);
in main()
290
start = rt_gettime() + 250 *
NS_PER_MS
;
in main()
/third_party/node/test/parallel/
H
A
D
test-vm-timeout-escape-promise-2.js
10
const
NS_PER_MS
= 1000000n;
18
const span = (current - start) /
NS_PER_MS
;
H
A
D
test-vm-timeout-escape-promise.js
11
const
NS_PER_MS
= 1000000n;
19
const span = (current - start) /
NS_PER_MS
;
H
A
D
test-vm-timeout-escape-promise-module.js
12
const
NS_PER_MS
= 1000000n;
20
const span = (current - start) /
NS_PER_MS
;
/third_party/node/test/known_issues/
H
A
D
test-vm-timeout-escape-nexttick.js
11
const
NS_PER_MS
= 1000000n;
22
const span = (current - start) /
NS_PER_MS
;
H
A
D
test-vm-timeout-escape-queuemicrotask.js
11
const
NS_PER_MS
= 1000000n;
22
const span = (current - start) /
NS_PER_MS
;
/third_party/node/test/sequential/
H
A
D
test-vm-timeout-escape-promise-module-2.js
12
const
NS_PER_MS
= 1000000n;
20
const span = (current - start) /
NS_PER_MS
;
/third_party/ltp/testcases/realtime/include/
H
A
D
librttest.h
70
#define
NS_PER_MS
1000000
macro
/third_party/ltp/testcases/realtime/tools/
H
A
D
ftqviz.py
35
NS_PER_MS
= 1000000
variable
/third_party/ltp/testcases/realtime/func/rt-migrate/
H
A
D
rt-migrate.c
127
#define INTERVAL 100ULL *
NS_PER_MS
128
#define RUN_INTERVAL 20ULL *
NS_PER_MS
Completed in 5 milliseconds