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:fdMutex_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket.h
180
std::mutex
fdMutex_
{};
H
A
D
socket.cpp
822
std::lock_guard<std::mutex> lock(
fdMutex_
);
in WriteData()
1012
std::lock_guard<std::mutex> lock(this->
fdMutex_
);
in CloseSocketFd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_media_player.cpp
282
static std::mutex
fdMutex_
;
in RawFilePlay()
local
283
std::lock_guard lock(
fdMutex_
);
in RawFilePlay()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_receiver.cpp
55
std::lock_guard<std::mutex> locker(
fdMutex_
);
in ReadFdInternal()
144
std::lock_guard<std::mutex> locker(
fdMutex_
);
in CloseFd()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H
A
D
vsync_receiver.h
120
std::mutex
fdMutex_
;
member in OHOS::Rosen::VSyncCallBackListener
Completed in 5 milliseconds