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
defs:mutex
(Results
1 - 25
of
56
) sorted by relevance
1
2
3
/drivers/hdf_core/framework/utils/include/
H
A
D
osal_msg_queue.h
22
struct OsalMutex
mutex
;
member
H
A
D
hdf_task_queue.h
27
struct OsalMutex
mutex
;
member
/drivers/hdf_core/framework/core/manager/include/
H
A
D
devsvc_manager.h
22
struct OsalMutex
mutex
;
member
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H
A
D
osal_mutex.c
27
int32_t OsalMutexInit(struct OsalMutex *
mutex
)
in OsalMutexInit()
argument
48
int32_t OsalMutexDestroy(struct OsalMutex *
mutex
)
in OsalMutexDestroy()
argument
63
OsalMutexLock(struct OsalMutex *
mutex
)
OsalMutexLock()
argument
76
OsalMutexTimedLock(struct OsalMutex *
mutex
, uint32_t mSec)
OsalMutexTimedLock()
argument
90
OsalMutexUnlock(struct OsalMutex *
mutex
)
OsalMutexUnlock()
argument
[all...]
H
A
D
osal_timer.c
40
struct OsalMutex
mutex
;
member
[all...]
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H
A
D
osal_mutex.c
39
int32_t OsalMutexInit(struct OsalMutex *
mutex
)
in OsalMutexInit()
argument
68
int32_t OsalMutexDestroy(struct OsalMutex *
mutex
)
in OsalMutexDestroy()
argument
88
OsalMutexLock(struct OsalMutex *
mutex
)
OsalMutexLock()
argument
106
OsalMutexTimedLock(struct OsalMutex *
mutex
, uint32_t ms)
OsalMutexTimedLock()
argument
127
OsalMutexUnlock(struct OsalMutex *
mutex
)
OsalMutexUnlock()
argument
[all...]
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H
A
D
osal_mutex.c
40
int32_t OsalMutexInit(struct OsalMutex *
mutex
)
in OsalMutexInit()
argument
50
int32_t OsalMutexDestroy(struct OsalMutex *
mutex
)
in OsalMutexDestroy()
argument
60
int32_t OsalMutexLock(struct OsalMutex *
mutex
)
in OsalMutexLock()
argument
70
int32_t OsalMutexTimedLock(struct OsalMutex *
mutex
, uint32_t ms)
in OsalMutexTimedLock()
argument
81
int32_t OsalMutexUnlock(struct OsalMutex *
mutex
)
in OsalMutexUnlock()
argument
[all...]
/drivers/peripheral/wlan/hdi_service/
H
A
D
wlan_impl.h
44
struct OsalMutex
mutex
;
member
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H
A
D
hostapd_impl.h
38
struct OsalMutex
mutex
;
member
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H
A
D
wpa_impl.h
38
struct OsalMutex
mutex
;
member
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H
A
D
osal_mutex.c
39
int32_t OsalMutexInit(struct OsalMutex *
mutex
)
in OsalMutexInit()
argument
61
int32_t OsalMutexDestroy(struct OsalMutex *
mutex
)
in OsalMutexDestroy()
argument
80
int32_t OsalMutexLock(struct OsalMutex *
mutex
)
in OsalMutexLock()
argument
98
OsalMutexTimedLock(struct OsalMutex *
mutex
, uint32_t ms)
OsalMutexTimedLock()
argument
119
OsalMutexUnlock(struct OsalMutex *
mutex
)
OsalMutexUnlock()
argument
[all...]
/drivers/hdf_core/framework/core/adapter/vnode/include/
H
A
D
hdf_vnode_adapter.h
21
struct OsalMutex
mutex
;
member
/drivers/hdf_core/framework/support/posix/src/
H
A
D
osal_mutex.c
18
int32_t OsalMutexInit(struct OsalMutex *
mutex
)
in OsalMutexInit()
argument
48
int32_t OsalMutexDestroy(struct OsalMutex *
mutex
)
in OsalMutexDestroy()
argument
67
OsalMutexLock(struct OsalMutex *
mutex
)
OsalMutexLock()
argument
76
OsalMutexTimedLock(struct OsalMutex *
mutex
, uint32_t ms)
OsalMutexTimedLock()
argument
115
OsalMutexUnlock(struct OsalMutex *
mutex
)
OsalMutexUnlock()
argument
[all...]
/drivers/peripheral/light/hal/include/
H
A
D
light_controller.h
44
struct OsalMutex
mutex
;
member
/drivers/hdf_core/adapter/platform/i2c/
H
A
D
i2c_bes.h
39
struct OsalMutex
mutex
;
member
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H
A
D
vibrator_driver.h
37
struct OsalMutex
mutex
;
member
H
A
D
vibrator_haptic.h
49
struct OsalMutex
mutex
;
member
/drivers/peripheral/sensor/hal/include/
H
A
D
sensor_manager.h
47
struct OsalMutex
mutex
;
member
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
devhost_dump.c
36
struct OsalMutex
mutex
;
member
[all...]
/drivers/hdf_core/framework/include/audio/
H
A
D
audio_codec_if.h
105
struct OsalMutex
mutex
; /**< Codec
mutex
*/
member
/drivers/hdf_core/framework/model/sensor/driver/common/include/
H
A
D
sensor_device_manager.h
53
struct OsalMutex
mutex
;
member
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
servstat_listener_holder.c
31
struct OsalMutex
mutex
;
member
/drivers/hdf_core/framework/core/manager/src/
H
A
D
servstat_listener_holder.c
22
struct OsalMutex
mutex
;
member
/drivers/peripheral/vibrator/hal/include/
H
A
D
vibrator_controller.h
53
struct OsalMutex
mutex
;
member
/drivers/hdf_core/framework/core/adapter/syscall/include/
H
A
D
hdf_syscall_adapter.h
29
struct OsalMutex
mutex
;
member
44
struct OsalMutex
mutex
;
member
54
struct OsalMutex
mutex
;
member
Completed in 7 milliseconds
1
2
3