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:HalClockGetCycles
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
arm_generic_timer.c
120
UINT64
HalClockGetCycles
(VOID)
in HalClockGetCycles()
function
152
UINT64 deadline =
HalClockGetCycles
() + cycles;
in HalDelayUs()
154
while (
HalClockGetCycles
() < deadline) {
in HalDelayUs()
167
UINT64 cycles =
HalClockGetCycles
();
in HalClockGetTickTimerCycles()
178
TimerCvalWrite(
HalClockGetCycles
() + cycles);
in HalClockTickTimerReload()
H
A
D
los_hw_tick.c
55
UINT64 cycle =
HalClockGetCycles
();
in LOS_GetCpuCycle()
63
UINT64 cycle =
HalClockGetCycles
();
in LOS_CurrNanosec()
/kernel/liteos_a/arch/arm/arm/include/
H
A
D
hal_timer.h
46
extern UINT64
HalClockGetCycles
(VOID);
/kernel/liteos_a/kernel/base/sched/
H
A
D
los_statistics.c
331
curTime = OS_SYS_CYCLE_TO_US(
HalClockGetCycles
());
in OsShellShowEdfSchedStatistics()
/kernel/liteos_a/kernel/extended/trace/
H
A
D
los_trace.c
100
frame->curTime =
HalClockGetCycles
();
in OsTraceSetFrame()
/kernel/liteos_a/kernel/extended/perf/
H
A
D
los_perf.c
55
return
HalClockGetCycles
();
in OsPerfGetCurrTime()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_sched_pri.h
84
return
HalClockGetCycles
();
in OsGetCurrSchedTimeCycle()
Completed in 6 milliseconds