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:m_mtx
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
msg_handle_loop.cpp
39
lock_guard<mutex> lock(
m_mtx
);
in Stop()
51
lock_guard<mutex> lock(
m_mtx
);
in SendAsyncMsg()
66
lock_guard<mutex> lock(
m_mtx
);
in SendSyncMsg()
105
lock_guard<mutex> lock(
m_mtx
);
in GenerateMsgId()
120
unique_lock<mutex> lock(
m_mtx
);
in MainLoop()
H
A
D
param_bundle.h
37
std::lock_guard<std::mutex> lock(
m_mtx
);
in SetValue()
44
std::lock_guard<std::mutex> lock(
m_mtx
);
in GetValue()
63
mutable std::mutex
m_mtx
;
member in ParamBundle
H
A
D
msg_handle_loop.h
56
std::mutex
m_mtx
;
member in MsgHandleLoop
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
msg_handle_loop.cpp
40
lock_guard<mutex> lock(
m_mtx
);
in Stop()
52
lock_guard<mutex> lock(
m_mtx
);
in SendAsyncMsg()
67
lock_guard<mutex> lock(
m_mtx
);
in SendSyncMsg()
106
lock_guard<mutex> lock(
m_mtx
);
in GenerateMsgId()
122
unique_lock<mutex> lock(
m_mtx
);
in MainLoop()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
param_bundle.h
37
std::lock_guard<std::mutex> lock(
m_mtx
);
in SetValue()
44
std::lock_guard<std::mutex> lock(
m_mtx
);
in GetValue()
59
mutable std::mutex
m_mtx
;
member in OHOS::ImagePlugin::ParamBundle
H
A
D
msg_handle_loop.h
55
std::mutex
m_mtx
;
member in OHOS::ImagePlugin::MsgHandleLoop
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H
A
D
backend_manager.cpp
51
const std::lock_guard<std::mutex> lock(
m_mtx
);
in GetAllBackendsID()
57
const std::lock_guard<std::mutex> lock(
m_mtx
);
in GetBackend()
80
const std::lock_guard<std::mutex> lock(
m_mtx
);
in GetBackendName()
117
const std::lock_guard<std::mutex> lock(
m_mtx
);
in RegisterBackend()
146
const std::lock_guard<std::mutex> lock(
m_mtx
);
in RemoveBackend()
H
A
D
backend_manager.h
59
std::mutex
m_mtx
;
member in OHOS::NeuralNetworkRuntime::BackendManager
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H
A
D
memory_manager.cpp
45
std::lock_guard<std::mutex> lock(
m_mtx
);
in MapMemory()
58
std::lock_guard<std::mutex> lock(
m_mtx
);
in UnMapMemory()
84
std::lock_guard<std::mutex> lock(
m_mtx
);
in GetMemory()
H
A
D
memory_manager.h
56
std::mutex
m_mtx
;
member in OHOS::NeuralNetworkRuntime::MemoryManager
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H
A
D
future.h
38
std::unique_lock lk(this->
m_mtx
);
45
std::unique_lock<mutex> lk(
m_mtx
);
53
std::unique_lock<mutex> lk(
m_mtx
);
64
mutable mutex
m_mtx
;
member
79
std::unique_lock<mutex> lk(this->
m_mtx
);
88
std::unique_lock<mutex> lk(this->
m_mtx
);
96
std::unique_lock lk(this->
m_mtx
);
115
std::unique_lock<mutex> lk(this->
m_mtx
);
123
std::unique_lock lk(this->
m_mtx
);
Completed in 4 milliseconds