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:osMutexId_t
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H
A
D
cmsis_os2.h
392
typedef void *
osMutexId_t
;
typedef
991
osMutexId_t
osMutexNew (const osMutexAttr_t *attr);
993
const char *osMutexGetName (
osMutexId_t
mutex_id);
1004
osStatus_t osMutexAcquire (
osMutexId_t
mutex_id, uint32_t timeout);
1014
osStatus_t osMutexRelease (
osMutexId_t
mutex_id);
1024
osThreadId_t osMutexGetOwner (
osMutexId_t
mutex_id);
1034
osStatus_t osMutexDelete (
osMutexId_t
mutex_id);
H
A
D
cmsis_liteos2.c
991
osMutexId_t
osMutexNew(const osMutexAttr_t *attr)
in osMutexNew()
1004
return (
osMutexId_t
)(GET_MUX(uwMuxId));
in osMutexNew()
1006
return (
osMutexId_t
)NULL;
in osMutexNew()
1011
osStatus_t osMutexAcquire(
osMutexId_t
mutex_id, uint32_t timeout)
in osMutexAcquire()
1036
osStatus_t osMutexRelease(
osMutexId_t
mutex_id)
in osMutexRelease()
1053
osThreadId_t osMutexGetOwner(
osMutexId_t
mutex_id)
in osMutexGetOwner()
1074
osStatus_t osMutexDelete(
osMutexId_t
mutex_id)
in osMutexDelete()
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/
H
A
D
wifi_device_util.c
35
static
osMutexId_t
g_wifiGlobalLock = NULL;
36
static
osMutexId_t
g_wifiEventLock = NULL;
Completed in 4 milliseconds