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:g_mutex
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H
A
D
hiproc.c
47
static osal_mutex_t
g_mutex
= {
variable
143
osal_mutex_init(&
g_mutex
);
in hiproc_open()
321
osal_mutex_lock(&
g_mutex
);
in proc_read()
339
osal_mutex_unlock(&
g_mutex
);
in proc_read()
346
osal_mutex_lock(&
g_mutex
);
in proc_write()
363
osal_mutex_unlock(&
g_mutex
);
in proc_write()
382
osal_mutex_destroy(&
g_mutex
);
in drv_common_module_exit()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H
A
D
hiproc.c
46
static osal_mutex
g_mutex
= {
variable
142
osal_mutex_init(&
g_mutex
);
in hiproc_open()
329
osal_mutex_lock(&
g_mutex
);
in proc_read()
347
osal_mutex_unlock(&
g_mutex
);
in proc_read()
354
osal_mutex_lock(&
g_mutex
);
in proc_write()
371
osal_mutex_unlock(&
g_mutex
);
in proc_write()
390
osal_mutex_destory(&
g_mutex
);
in drv_common_module_exit()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
1224
static pthread_mutex_t
g_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
1230
Rockchip_OSAL_MutexLock(&
g_mutex
);
in omx_open_vpudec_context()
1250
Rockchip_OSAL_MutexUnlock(&
g_mutex
);
in omx_open_vpudec_context()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
1238
static pthread_mutex_t
g_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
1244
Rockchip_OSAL_MutexLock(&
g_mutex
);
in omx_open_vpuenc_context()
1264
Rockchip_OSAL_MutexUnlock(&
g_mutex
);
in omx_open_vpuenc_context()
Completed in 7 milliseconds