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:semCB
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_sem_debug.c
125
LosSemCB *
semCB
= NULL;
in OsSemSort()
local
217
LosSemCB *
semCB
= NULL;
in OsSemInfoOutput()
local
[all...]
/kernel/liteos_m/components/trace/cnv/
H
A
D
trace_cnv.c
110
STATIC VOID LOS_TraceSemCreate(const LosSemCB *
semCB
)
in LOS_TraceSemCreate()
argument
115
STATIC VOID LOS_TraceSemPost(const LosSemCB *
semCB
, const LosTaskCB *resumedTask)
in LOS_TraceSemPost()
argument
121
STATIC VOID LOS_TraceSemPend(const LosSemCB *
semCB
, const LosTaskCB *runningTask, UINT32 timeout)
in LOS_TraceSemPend()
argument
127
STATIC VOID LOS_TraceSemDelete(const LosSemCB *
semCB
)
in LOS_TraceSemDelete()
argument
[all...]
/kernel/liteos_a/kernel/extended/trace/cnv/
H
A
D
trace_cnv.c
111
STATIC VOID LOS_TraceSemCreate(const LosSemCB *
semCB
)
in LOS_TraceSemCreate()
argument
116
STATIC VOID LOS_TraceSemPost(const LosSemCB *
semCB
, const LosTaskCB *resumedTask)
in LOS_TraceSemPost()
argument
122
STATIC VOID LOS_TraceSemPend(const LosSemCB *
semCB
, const LosTaskCB *runningTask, UINT32 timeout)
in LOS_TraceSemPend()
argument
128
STATIC VOID LOS_TraceSemDelete(const LosSemCB *
semCB
)
in LOS_TraceSemDelete()
argument
[all...]
/kernel/liteos_m/kal/posix/src/
H
A
D
pipe.c
472
LosSemCB *
semCB
= GET_SEM(sem);
in PipeWriterIsWaiting()
local
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
1152
LosSemCB *
semCB
= (LosSemCB *)semaphore_id;
in osSemaphoreAcquire()
local
1191
LosSemCB *
semCB
= (LosSemCB *)semaphore_id;
in osSemaphoreGetCount()
local
Completed in 5 milliseconds