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:sema
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_Semaphore.c
41
sem_t *
sema
;
in Rockchip_OSAL_SemaphoreCreate()
local
43
sema
= (sem_t *)Rockchip_OSAL_Malloc(sizeof(sem_t));
in Rockchip_OSAL_SemaphoreCreate()
44
if (!
sema
)
in Rockchip_OSAL_SemaphoreCreate()
47
if (sem_init(
sema
, 0, 0) != 0) {
in Rockchip_OSAL_SemaphoreCreate()
48
Rockchip_OSAL_Free(
sema
);
in Rockchip_OSAL_SemaphoreCreate()
52
*semaphoreHandle = (OMX_HANDLETYPE)
sema
;
in Rockchip_OSAL_SemaphoreCreate()
54
omx_trace("Rockchip_OSAL_SemaphorePost %p",
sema
);
in Rockchip_OSAL_SemaphoreCreate()
60
sem_t *
sema
= (sem_t *)semaphoreHandle;
in Rockchip_OSAL_SemaphoreTerminate()
local
62
if (
sema
== NULL)
in Rockchip_OSAL_SemaphoreTerminate()
65
if (sem_destroy(
sema
) !
in Rockchip_OSAL_SemaphoreTerminate()
75
sem_t *
sema
= (sem_t *)
sema
phoreHandle;
Rockchip_OSAL_SemaphoreWait()
local
92
sem_t *
sema
= (sem_t *)
sema
phoreHandle;
Rockchip_OSAL_SemaphorePost()
local
109
sem_t *
sema
= (sem_t *)
sema
phoreHandle;
Rockchip_OSAL_Set_SemaphoreCount()
local
122
sem_t *
sema
= (sem_t *)
sema
phoreHandle;
Rockchip_OSAL_Get_SemaphoreCount()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
linuxver.h
592
struct semaphore
sema
;
member
616
if (down_interruptible(&tsk->
sema
) == 0) {
in binary_sema_down()
647
up(&tsk->
sema
);
in binary_sema_up()
662
sema_init(&((tsk_ctl)->
sema
), 0); \
690
up(&((tsk_ctl)->
sema
)); \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux.c
5129
if (down_interruptible (&tsk->
sema
) == 0) {
in dhd_watchdog_thread()
5187
up(&dhd->thr_wdt_ctl.
sema
);
in dhd_watchdog()
5359
if (down_interruptible(&tsk->
sema
) == 0) {
in dhd_rxf_thread()
5547
up(&dhd->thr_rxf_ctl.
sema
);
in dhd_sched_rxf()
Completed in 23 milliseconds