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:RWLock
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/storage_service/services/common/include/
H
A
D
storage_rl_map.h
32
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuard(this->rl_);
in ReadVal()
37
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Erase()
42
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Insert()
48
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Clear()
53
Utils::UniqueReadGuard<Utils::
RWLock
> volumeGuard(this->rl_);
in Empty()
58
Utils::UniqueReadGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Contains()
67
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Find()
72
Utils::UniqueReadGuard<Utils::
RWLock
> mapGuard(this->rl_);
in Find()
77
Utils::UniqueReadGuard<Utils::
RWLock
> volumeGuard(this->rl_);
in Size()
82
Utils::UniqueWriteGuard<Utils::
RWLock
> mapGuar
in Begin()
[all...]
/foundation/multimedia/image_framework/mock/native/src/
H
A
D
rwlock.cpp
21
RWLock
::
RWLock
(bool writeFirst)
in RWLock()
function in OHOS::Utils::RWLock
26
void
RWLock
::LockRead()
in LockRead()
45
void
RWLock
::UnLockRead()
in UnLockRead()
55
void
RWLock
::LockWrite()
in LockWrite()
73
void
RWLock
::UnLockWrite()
in UnLockWrite()
/foundation/multimedia/image_framework/mock/native/include/
H
A
D
rwlock.h
27
class
RWLock
: NoCopyable {
class
34
RWLock
() :
RWLock
(true) {}
in RWLock()
function in OHOS::Utils::RWLock
35
explicit
RWLock
(bool writeFirst);
36
virtual ~
RWLock
() {}
in ~RWLock()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
mock_rwlock_test.cpp
39
RWLock
rw;
in HWTEST_F()
53
RWLock
rw;
in HWTEST_F()
67
RWLock
rw;
in HWTEST_F()
81
RWLock
rw;
in HWTEST_F()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin_fw.cpp
34
using OHOS::Utils::
RWLock
;
43
UniqueWriteGuard<
RWLock
> lk(DelayedRefSingleton<PluginInfoLock>::GetInstance().rwLock_);
in Register()
51
UniqueReadGuard<
RWLock
> lk(DelayedRefSingleton<PluginInfoLock>::GetInstance().rwLock_);
in CreateObject()
61
UniqueReadGuard<
RWLock
> lk(DelayedRefSingleton<PluginInfoLock>::GetInstance().rwLock_);
in CreateObject()
71
UniqueReadGuard<
RWLock
> lk(DelayedRefSingleton<PluginInfoLock>::GetInstance().rwLock_);
in PluginFwGetClassInfo()
H
A
D
plugin_info_lock.cpp
20
using OHOS::Utils::
RWLock
;
H
A
D
plugin_info_lock.h
29
OHOS::Utils::
RWLock
rwLock_;
Completed in 3 milliseconds