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:MutexCreate
(Results
1 - 23
of
23
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
mutex.h
33
Mutex *
MutexCreate
();
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H
A
D
mutex.c
25
Mutex *
MutexCreate
()
in MutexCreate()
function
H
A
D
queue.c
42
queue->mutex =
MutexCreate
();
in QueueCreate()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_failure.c
29
g_hciFailureCallbackListLock =
MutexCreate
();
in HciInitFailure()
H
A
D
hci_vendor_if.c
71
g_hciVendorCallbackListLock =
MutexCreate
();
in HciVendorInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H
A
D
hci_acl.c
152
g_hciAclCallbackListLock =
MutexCreate
();
in HciInitAcl()
154
g_numOfAclDataPacketsLock =
MutexCreate
();
in HciInitAcl()
156
g_aclDataCacheLock =
MutexCreate
();
in HciInitAcl()
158
g_numOfLeDataPacketsLock =
MutexCreate
();
in HciInitAcl()
160
g_leAclDataCacheLock =
MutexCreate
();
in HciInitAcl()
163
g_connectionHandleListLock =
MutexCreate
();
in HciInitAcl()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H
A
D
reactor_linux.c
92
reactor->apiMutex =
MutexCreate
();
in ReactorCreate()
188
item->lock =
MutexCreate
();
in ReactorRegister()
H
A
D
semaphore_linux.c
42
Mutex *mutex =
MutexCreate
();
in SemaphoreCreate()
H
A
D
thread_linux.c
140
thread->apiMutex =
MutexCreate
();
in ThreadCreate()
H
A
D
alarm_linux.c
116
Mutex *mutex =
MutexCreate
();
in AlarmCreate()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_le_sec.c
203
g_lePairedDevicesLock =
MutexCreate
();
in BtmInitLeSecurity()
205
g_ownAddressTypeLock =
MutexCreate
();
in BtmInitLeSecurity()
206
g_randomAddressLock =
MutexCreate
();
in BtmInitLeSecurity()
H
A
D
btm_inq_db.c
137
g_inquiryDbLock =
MutexCreate
();
in BtmInitInquiryDb()
H
A
D
btm.c
167
g_modeLock =
MutexCreate
();
in BTM_Initialize()
179
g_btmCallbackListLock =
MutexCreate
();
in BTM_Initialize()
H
A
D
btm_pm.c
116
g_pmCallbackListLock =
MutexCreate
();
in BtmInitPm()
119
g_connectionModeListLock =
MutexCreate
();
in BtmInitPm()
H
A
D
btm_thread.c
160
g_processingQueueLock =
MutexCreate
();
in BtmInitThread()
H
A
D
btm_wl.c
234
g_whiteListLock =
MutexCreate
();
in BtmInitWhiteList()
H
A
D
btm_snoop.c
310
g_outputMutex =
MutexCreate
();
in BtmInitSnoop()
H
A
D
btm_snoop_filter.c
50
g_filterMutex =
MutexCreate
();
in BtmInitSnoopFilter()
H
A
D
btm_acl.c
203
g_aclListLock =
MutexCreate
();
in BtmAclAllocRes()
208
g_aclCallbackListLock =
MutexCreate
();
in BtmAclAllocRes()
211
g_cleanupMutex =
MutexCreate
();
in BtmAclAllocRes()
218
g_leConnectionCancelLock =
MutexCreate
();
in BtmAclAllocRes()
222
g_autoConnectLock =
MutexCreate
();
in BtmAclAllocRes()
H
A
D
btm_sco.c
121
g_scoListLock =
MutexCreate
();
in BtmInitSco()
124
g_scoCallbackListLock =
MutexCreate
();
in BtmInitSco()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H
A
D
hci_cmd.c
66
g_lockNumberOfHciCmd =
MutexCreate
();
in HciInitCmd()
67
g_lockProcessingCmds =
MutexCreate
();
in HciInitCmd()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_channel.c
54
g_readLock =
MutexCreate
();
in RfcommCreateChannelList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H
A
D
hci_evt.c
50
g_lockCallbackList =
MutexCreate
();
in HciInitEvent()
Completed in 18 milliseconds