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:queueLock
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H
A
D
hc_task_thread.c
30
(void)LockHcMutex(&thread->
queueLock
);
in PopTask()
33
UnlockHcMutex(&thread->
queueLock
);
in PopTask()
46
(void)LockHcMutex(&thread->
queueLock
);
in PushTask()
51
UnlockHcMutex(&thread->
queueLock
);
in PushTask()
56
(void)LockHcMutex(&thread->
queueLock
);
in Clear()
66
UnlockHcMutex(&thread->
queueLock
);
in Clear()
135
res = InitHcMutex(&thread->
queueLock
);
in InitHcTaskThread()
147
DestroyHcMutex(&thread->
queueLock
);
in DestroyHcTaskThread()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H
A
D
hc_task_thread.h
40
HcMutex
queueLock
;
member
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_dump.cpp
140
std::lock_guard<std::mutex>
queueLock
(recordQueueMutex_);
in DumpMiscdeviceRecord()
182
std::lock_guard<std::mutex>
queueLock
(recordQueueMutex_);
in UpdateRecordQueue()
/base/sensors/sensor/services/src/
H
A
D
client_info.cpp
679
std::lock_guard<std::mutex>
queueLock
(dataQueueMutex_);
in UpdateDataQueue()
700
std::lock_guard<std::mutex>
queueLock
(dataQueueMutex_);
in ClearDataQueue()
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
client_info.cpp
681
std::lock_guard<std::mutex>
queueLock
(dataQueueMutex_);
in UpdateDataQueue()
702
std::lock_guard<std::mutex>
queueLock
(dataQueueMutex_);
in ClearDataQueue()
Completed in 4 milliseconds