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:rt_gettime
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H
A
D
periodic_cpu_load_single.c
114
next =
rt_gettime
();
in periodic_thread()
117
now =
rt_gettime
();
in periodic_thread()
124
exe_start =
rt_gettime
();
in periodic_thread()
126
exe_end =
rt_gettime
();
in periodic_thread()
134
now =
rt_gettime
();
in periodic_thread()
H
A
D
periodic_cpu_load.c
132
next =
rt_gettime
();
in periodic_thread()
135
if (
rt_gettime
() > next) {
in periodic_thread()
140
exe_start =
rt_gettime
();
in periodic_thread()
142
exe_end =
rt_gettime
();
in periodic_thread()
150
now =
rt_gettime
();
in periodic_thread()
/third_party/ltp/testcases/realtime/func/prio-wake/
H
A
D
prio-wake.c
116
start =
rt_gettime
() - beginrun;
in master_thread()
148
start =
rt_gettime
() - beginrun;
in worker_thread()
156
wake =
rt_gettime
() - beginrun;
in worker_thread()
191
beginrun =
rt_gettime
();
in main()
/third_party/ltp/testcases/realtime/func/prio-preempt/
H
A
D
prio-preempt.c
186
rt_gettime
(), tid, mypri);
in worker_thread()
201
rt_gettime
(), tid, mypri, rc, tid + 1);
in worker_thread()
203
pstart = pend =
rt_gettime
();
in worker_thread()
206
debug(DBG_INFO, "%llu: Thread %d(%d) setting it's bit \n",
rt_gettime
(),
in worker_thread()
212
pend =
rt_gettime
();
in worker_thread()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H
A
D
matrix_mult.c
118
start =
rt_gettime
();
in matrix_mult_record()
121
end =
rt_gettime
();
in matrix_mult_record()
209
start =
rt_gettime
();
in main_thread()
212
end =
rt_gettime
();
in main_thread()
254
start =
rt_gettime
();
in main_thread()
256
end =
rt_gettime
();
in main_thread()
/third_party/ltp/testcases/realtime/func/pi_perf/
H
A
D
pi_perf.c
150
low_start =
rt_gettime
();
in low_prio_thread()
152
low_unlock =
rt_gettime
();
in low_prio_thread()
188
high_start =
rt_gettime
();
in high_prio_thread()
190
high_end =
rt_gettime
();
in high_prio_thread()
/third_party/ltp/testcases/realtime/func/sched_latency/
H
A
D
sched_latency.c
129
now =
rt_gettime
();
in periodic_thread()
144
now =
rt_gettime
();
in periodic_thread()
172
new_now =
rt_gettime
();
in periodic_thread()
290
start =
rt_gettime
() + 250 * NS_PER_MS;
in main()
/third_party/ltp/testcases/realtime/func/async_handler/
H
A
D
async_handler_jk.c
115
start =
rt_gettime
();
in user_thread()
132
end =
rt_gettime
();
in handler1()
H
A
D
async_handler_tsc.c
103
ns_start =
rt_gettime
();
in tsc_period_ps()
106
ns_end =
rt_gettime
();
in tsc_period_ps()
H
A
D
async_handler.c
103
end =
rt_gettime
();
in handler_thread()
131
start =
rt_gettime
();
in signal_thread()
/third_party/ltp/testcases/realtime/func/pi-tests/
H
A
D
testpi-7.c
175
low_drop_time =
rt_gettime
();
in low_prio_rt_thread()
240
start =
rt_gettime
();
in high_prio_rt_thread()
242
now =
rt_gettime
();
in high_prio_rt_thread()
/third_party/ltp/testcases/realtime/func/rt-migrate/
H
A
D
rt-migrate.c
230
ltime =
rt_gettime
() / NS_PER_US;
in record_time()
306
time =
rt_gettime
();
in busy_loop()
347
start_time =
rt_gettime
();
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/lib/
H
A
D
librttest.c
96
start =
rt_gettime
();
in calibrate_busyloop()
100
end =
rt_gettime
();
in calibrate_busyloop()
548
nsec_t
rt_gettime
(void)
in rt_gettime()
function
580
start =
rt_gettime
();
in busy_work_us()
584
now =
rt_gettime
();
in busy_work_us()
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H
A
D
hrtimer-prio.c
134
start =
rt_gettime
();
in timer_thread()
136
end =
rt_gettime
();
in timer_thread()
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H
A
D
pthread_kill_latency.c
161
end =
rt_gettime
();
in signal_receiving_thread()
260
begin =
rt_gettime
();
in signal_sending_thread()
/third_party/ltp/testcases/realtime/include/
H
A
D
librttest.h
318
/*
rt_gettime
: get CLOCK_MONOTONIC time in nanoseconds
320
nsec_t
rt_gettime
(void);
Completed in 8 milliseconds