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:sendMutex_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
buffer_object.cpp
96
sendMutex_
.lock();
in GetSendBufferAndLock()
98
sendMutex_
.unlock();
in GetSendBufferAndLock()
168
sendMutex_
.unlock();
in ReleaseSendBufferLock()
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
buffer_object.h
71
std::mutex
sendMutex_
;
member in OHOS::BufferObject
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
buffer_object_unittest.cpp
563
object.
sendMutex_
.lock();
in HWTEST_F()
565
EXPECT_EQ(object.
sendMutex_
.try_lock(), true);
in HWTEST_F()
566
object.
sendMutex_
.unlock();
in HWTEST_F()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
407
std::unique_lock<std::mutex> sLock(
sendMutex_
);
in StopThread()
431
std::unique_lock<std::mutex> sLock(
sendMutex_
);
in Stop()
460
std::unique_lock<std::mutex> sLock(
sendMutex_
);
in Flush()
940
std::unique_lock<std::mutex> sendLock(
sendMutex_
);
in SendFrame()
967
std::unique_lock<std::mutex> sendLock(
sendMutex_
);
in SendFrame()
1032
std::lock_guard<std::mutex> sLock(
sendMutex_
);
in FramePostProcess()
1110
std::unique_lock<std::mutex> sendLock(
sendMutex_
);
in ReceiveFrame()
H
A
D
fcodec.h
172
std::mutex
sendMutex_
;
member in OHOS::MediaAVCodec::Codec::FCodec
Completed in 6 milliseconds