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:muxHandle
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H
A
D
los_mux.h
176
* This API is used to create a mutex. A mutex handle is assigned to
muxHandle
when the mutex is created successfully.
183
* @param
muxHandle
[OUT] Handle pointer of the successfully created mutex. The value of handle should be in
186
* @retval #LOS_ERRNO_MUX_PTR_NULL The
muxHandle
pointer is NULL.
193
extern UINT32 LOS_MuxCreate(UINT32 *
muxHandle
);
208
* @param
muxHandle
[IN] Handle of the mutex to be deleted. The value of handle should be in
218
extern UINT32 LOS_MuxDelete(UINT32
muxHandle
);
237
* @param
muxHandle
[IN] Handle of the mutex to be waited on. The value of handle should be
253
extern UINT32 LOS_MuxPend(UINT32
muxHandle
, UINT32 timeout);
268
* @param
muxHandle
[IN] Handle of the mutex to be released. The value of handle should be in
279
extern UINT32 LOS_MuxPost(UINT32
muxHandle
);
[all...]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H
A
D
mutex.h
26
unsigned int
muxHandle
;
member
Completed in 1 milliseconds