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_US
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ltp/testcases/realtime/func/prio-wake/
H
A
D
prio-wake.c
119
start /
NS_PER_US
);
in master_thread()
150
start /
NS_PER_US
, j, mypri);
in worker_thread()
160
wake /
NS_PER_US
, j, mypri);
in worker_thread()
/third_party/ltp/testcases/realtime/func/sched_latency/
H
A
D
sched_latency.c
130
start_delay = (now - start) /
NS_PER_US
;
in periodic_thread()
179
(now - iter_start - (nsec_t) (i + 1) * period) /
NS_PER_US
;
in periodic_thread()
255
OVERHEAD /
NS_PER_US
);
in main()
/third_party/ltp/testcases/realtime/func/rt-migrate/
H
A
D
rt-migrate.c
132
#define MAX_ERR 1000 *
NS_PER_US
213
max_err = atoi(v) *
NS_PER_US
;
in parse_args()
230
ltime = rt_gettime() /
NS_PER_US
;
in record_time()
351
record_time(id, start_time /
NS_PER_US
, l);
in start_task()
476
now = rt_gettime() /
NS_PER_US
;
in main()
487
end = rt_gettime() /
NS_PER_US
;
in main()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H
A
D
matrix_mult.c
36
#define THREAD_SLEEP 1 *
NS_PER_US
122
delta = (long)((end - start) /
NS_PER_US
);
in matrix_mult_record()
213
delta = (long)((end - start) /
NS_PER_US
);
in main_thread()
258
delta = (long)((end - start) /
NS_PER_US
);
in main_thread()
/third_party/ltp/testcases/realtime/func/pi_perf/
H
A
D
pi_perf.c
158
rec.y = low_hold /
NS_PER_US
;
in low_prio_thread()
197
rec.y = high_get_lock /
NS_PER_US
;
in high_prio_thread()
/third_party/ltp/testcases/realtime/func/pi-tests/
H
A
D
testpi-7.c
246
delta_us = (now - start) /
NS_PER_US
;
in high_prio_rt_thread()
250
delta_us = (now - low_drop_time) /
NS_PER_US
;
in high_prio_rt_thread()
/third_party/ltp/testcases/realtime/func/async_handler/
H
A
D
async_handler_jk.c
157
delta = (end - start) /
NS_PER_US
;
in main()
H
A
D
async_handler.c
142
delta = (long)((end - start) /
NS_PER_US
);
in signal_thread()
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H
A
D
periodic_cpu_load_single.c
129
rec.y = exe_time /
NS_PER_US
;
in periodic_thread()
H
A
D
periodic_cpu_load.c
145
rec.y = exe_time /
NS_PER_US
;
in periodic_thread()
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H
A
D
hrtimer-prio.c
138
((unsigned long)(end - start) - DEF_SLEEP_TIME) /
NS_PER_US
;
in timer_thread()
/third_party/ltp/testcases/realtime/include/
H
A
D
librttest.h
71
#define
NS_PER_US
1000
macro
/third_party/ltp/testcases/realtime/tools/
H
A
D
ftqviz.py
36
NS_PER_US
= 1000
variable
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H
A
D
pthread_kill_latency.c
162
delta = (end - begin) /
NS_PER_US
;
in signal_receiving_thread()
/third_party/ltp/testcases/realtime/lib/
H
A
D
librttest.c
102
iters_per_us = (CALIBRATE_LOOPS *
NS_PER_US
) / (end - start);
in calibrate_busyloop()
586
delta = (now - start) /
NS_PER_US
;
in busy_work_us()
Completed in 8 milliseconds