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:OsSemInit
(Results
1 - 9
of
9
) sorted by relevance
/kernel/liteos_a/kernel/base/include/
H
A
D
los_sem_pri.h
111
extern UINT32
OsSemInit
(VOID);
/kernel/uniproton/src/config/
H
A
D
prt_config_internal.h
52
extern U32
OsSemInit
(void);
H
A
D
prt_config.c
182
return
OsSemInit
();
in OsSemConfigInit()
/kernel/liteos_m/kernel/include/
H
A
D
los_sem.h
361
extern UINT32
OsSemInit
(VOID);
/kernel/liteos_m/kernel/src/
H
A
D
los_init.c
181
ret =
OsSemInit
();
in LOS_KernelInit()
H
A
D
los_sem.c
47
Function :
OsSemInit
53
LITE_OS_SEC_TEXT_INIT UINT32
OsSemInit
(VOID)
in OsSemInit()
function
/kernel/uniproton/src/core/ipc/sem/
H
A
D
prt_sem_init.c
34
OS_SEC_L4_TEXT U32
OsSemInit
(void)
in OsSemInit()
function
/kernel/liteos_a/kernel/common/
H
A
D
los_config.c
119
ret =
OsSemInit
();
in OsIpcInit()
121
PRINT_ERR("
OsSemInit
error\n");
in OsIpcInit()
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_sem.c
56
LITE_OS_SEC_TEXT_INIT UINT32
OsSemInit
(VOID)
in OsSemInit()
function
Completed in 4 milliseconds