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
defs:muxCB
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_a/kernel/extended/perf/pmu/
H
A
D
perf_sw_pmu.c
82
STATIC VOID LOS_PerfMuxPend(const LosMux *
muxCB
, UINT32 timeout)
in LOS_PerfMuxPend()
argument
/kernel/liteos_m/components/trace/cnv/
H
A
D
trace_cnv.c
132
STATIC VOID LOS_TraceMuxCreate(const LosMuxCB *
muxCB
)
in LOS_TraceMuxCreate()
argument
137
STATIC VOID LOS_TraceMuxPost(const LosMuxCB *
muxCB
)
in LOS_TraceMuxPost()
argument
143
STATIC VOID LOS_TraceMuxPend(const LosMuxCB *
muxCB
, UINT32 timeout)
in LOS_TraceMuxPend()
argument
149
LOS_TraceMuxDelete(const LosMuxCB *
muxCB
)
LOS_TraceMuxDelete()
argument
[all...]
/kernel/liteos_a/kernel/extended/trace/cnv/
H
A
D
trace_cnv.c
133
STATIC VOID LOS_TraceMuxCreate(const LosMux *
muxCB
)
in LOS_TraceMuxCreate()
argument
138
STATIC VOID LOS_TraceMuxPost(const LosMux *
muxCB
)
in LOS_TraceMuxPost()
argument
144
STATIC VOID LOS_TraceMuxPend(const LosMux *
muxCB
, UINT32 timeout)
in LOS_TraceMuxPend()
argument
150
LOS_TraceMuxDelete(const LosMux *
muxCB
)
LOS_TraceMuxDelete()
argument
[all...]
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
1031
LosMuxCB *
muxCB
= (LosMuxCB *)mutex_id;
in osMutexAcquire()
local
1055
LosMuxCB *
muxCB
= (LosMuxCB *)mutex_id;
in osMutexRelease()
local
Completed in 8 milliseconds