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:dataLock
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H
A
D
screen_client.cpp
38
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in AddWindow()
48
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in ShowWindow()
67
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in HideWindow()
86
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in MoveWindow()
106
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in GetSurface()
121
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in RemoveWindow()
146
std::lock_guard<std::mutex>
dataLock
(surfaceMapMutex_);
in DestroyAllWindow()
H
A
D
screen_client_window_adapter.cpp
74
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in CreateWindow()
85
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in ShowWindow()
109
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in HideWindow()
133
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in MoveWindow()
157
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in RemoveWindow()
185
std::lock_guard<std::mutex>
dataLock
(windowIdMapMutex_);
in DestroyAllWindow()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
395
std::lock_guard<std::mutex>
dataLock
(dataMutex_);
in InputScreenData()
421
std::lock_guard<std::mutex>
dataLock
(dataMutex_);
in OnInputBufferAvailable()
462
std::lock_guard<std::mutex>
dataLock
(dataMutex_);
in StopInputThread()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationUtil.cpp
1157
const de::ScopedLock
dataLock
(m_lock);
in createPipelineCache()
1179
const de::ScopedLock
dataLock
(m_lock);
in setFromPipelineCache()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H
A
D
vktSynchronizationUtil.cpp
1157
const de::ScopedLock
dataLock
(m_lock);
in createPipelineCache()
1179
const de::ScopedLock
dataLock
(m_lock);
in setFromPipelineCache()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_dev.cpp
461
std::lock_guard<std::mutex>
dataLock
(rpcWaitMutex_);
in HandleNotifyRPC()
Completed in 8 milliseconds