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:fMutex
(Results
1 - 25
of
50
) sorted by relevance
1
2
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_mutex.cpp
233
:
fMutex
(mutex)
in dng_lock_mutex()
237
if (
fMutex
)
in dng_lock_mutex()
238
fMutex
->Lock ();
in dng_lock_mutex()
247
if (
fMutex
)
in ~dng_lock_mutex()
248
fMutex
->Unlock ();
in ~dng_lock_mutex()
256
:
fMutex
(mutex)
in dng_unlock_mutex()
260
if (
fMutex
)
in dng_unlock_mutex()
261
fMutex
->Unlock ();
in dng_unlock_mutex()
270
if (
fMutex
)
in ~dng_unlock_mutex()
271
fMutex
in ~dng_unlock_mutex()
[all...]
H
A
D
dng_abort_sniffer.cpp
31
dng_mutex
fMutex
;
member in dng_priority_manager
76
:
fMutex
("dng_priority_manager::
fMutex
")
in dng_priority_manager()
97
dng_lock_mutex lock (&
fMutex
);
in Increment()
108
dng_lock_mutex lock (&
fMutex
);
in Decrement()
133
dng_lock_mutex lock (&
fMutex
);
in Wait()
138
fCondition.Wait (
fMutex
);
in Wait()
H
A
D
dng_ref_counted_block.cpp
93
dng_lock_mutex lock (&blockHeader->
fMutex
);
in Clear()
122
dng_lock_mutex lock (&blockHeader->
fMutex
);
in dng_ref_counted_block()
141
dng_lock_mutex lock (&blockHeader->
fMutex
);
in operator =()
165
dng_lock_mutex lock (&possiblySharedHeader->
fMutex
);
in EnsureWriteable()
H
A
D
dng_jpeg_image.cpp
62
dng_mutex
fMutex
;
member in dng_jpeg_image_encode_task
81
,
fMutex
("dng_jpeg_image_encode_task")
in dng_jpeg_image_encode_task()
116
dng_lock_mutex lock (&
fMutex
);
in Process()
253
dng_mutex
fMutex
;
member in dng_jpeg_image_find_digest_task
266
,
fMutex
("dng_jpeg_image_find_digest_task")
in dng_jpeg_image_find_digest_task()
289
dng_lock_mutex lock (&
fMutex
);
in Process()
H
A
D
dng_mutex.h
91
dng_mutex *
fMutex
;
member in dng_lock_mutex
116
dng_mutex *
fMutex
;
member in dng_unlock_mutex
H
A
D
dng_ref_counted_block.h
42
dng_mutex
fMutex
;
member
49
:
fMutex
("dng_ref_counted_block")
in header()
/third_party/skia/bench/
H
A
D
SkGlyphCacheBench.cpp
129
SkAutoMutexExclusive l(
fMutex
);
136
SkAutoMutexExclusive l(
fMutex
);
145
SkAutoMutexExclusive l(
fMutex
);
151
SkAutoMutexExclusive l(
fMutex
);
156
SkAutoMutexExclusive l(
fMutex
);
162
SkAutoMutexExclusive l(
fMutex
);
in unlockAll()
167
SkAutoMutexExclusive l(
fMutex
);
in unlockAndDeleteAll()
173
SkAutoMutexExclusive l(
fMutex
);
in lockedHandles()
178
SkAutoMutexExclusive l(
fMutex
);
in handleCount()
183
SkAutoMutexExclusive l(
fMutex
);
in cacheMissCount()
204
mutable SkMutex
fMutex
;
global()
member in __anon18304::DiscardableManager
[all...]
/third_party/skia/include/private/
H
A
D
SkIDChangeListener.h
52
void add(sk_sp<SkIDChangeListener> listener) SK_EXCLUDES(
fMutex
);
58
int count() const SK_EXCLUDES(
fMutex
);
61
void changed() SK_EXCLUDES(
fMutex
);
64
void reset() SK_EXCLUDES(
fMutex
);
67
mutable SkMutex
fMutex
;
member in SkIDChangeListener::List
68
SkTDArray<SkIDChangeListener*> fListeners SK_GUARDED_BY(
fMutex
); // pointers are reffed
H
A
D
GrSingleOwner.h
39
SkAutoMutexExclusive lock(
fMutex
);
in enter()
48
SkAutoMutexExclusive lock(
fMutex
);
in exit()
56
SkMutex
fMutex
;
member in GrSingleOwner
57
SkThreadID fOwner SK_GUARDED_BY(
fMutex
);
58
int fReentranceCount SK_GUARDED_BY(
fMutex
);
H
A
D
SkMutex.h
43
SkAutoMutexExclusive(SkMutex& mutex) SK_ACQUIRE(mutex) :
fMutex
(mutex) {
fMutex
.acquire(); }
in SK_ACQUIRE()
44
~SkAutoMutexExclusive() SK_RELEASE_CAPABILITY() {
fMutex
.release(); }
in SK_RELEASE_CAPABILITY()
53
SkMutex&
fMutex
;
member in SkAutoMutexExclusive
/third_party/icu/icu4c/source/common/
H
A
D
mutex.h
58
Mutex(UMutex *mutex = nullptr) :
fMutex
(mutex) {
in Mutex()
59
umtx_lock(
fMutex
);
in Mutex()
62
umtx_unlock(
fMutex
);
in ~Mutex()
70
UMutex *
fMutex
;
member in Mutex
H
A
D
umutex.cpp
81
std::mutex *retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
85
retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
87
fMutex
= new(fStorage) std::mutex();
in getMutex()
88
retPtr =
fMutex
;
in getMutex()
102
(*m->
fMutex
).~mutex();
in cleanup()
103
m->
fMutex
= nullptr;
in cleanup()
H
A
D
umutex.h
230
std::mutex *m =
fMutex
.load(std::memory_order_acquire);
in lock()
234
void unlock() {
fMutex
.load(std::memory_order_relaxed)->unlock(); }
in unlock()
240
std::atomic<std::mutex *>
fMutex
{ nullptr };
/third_party/node/deps/icu-small/source/common/
H
A
D
mutex.h
58
Mutex(UMutex *mutex = nullptr) :
fMutex
(mutex) {
in Mutex()
59
umtx_lock(
fMutex
);
in Mutex()
62
umtx_unlock(
fMutex
);
in ~Mutex()
70
UMutex *
fMutex
;
member in Mutex
H
A
D
umutex.cpp
81
std::mutex *retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
85
retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
87
fMutex
= new(fStorage) std::mutex();
in getMutex()
88
retPtr =
fMutex
;
in getMutex()
102
(*m->
fMutex
).~mutex();
in cleanup()
103
m->
fMutex
= nullptr;
in cleanup()
H
A
D
umutex.h
230
std::mutex *m =
fMutex
.load(std::memory_order_acquire);
in lock()
234
void unlock() {
fMutex
.load(std::memory_order_relaxed)->unlock(); }
in unlock()
240
std::atomic<std::mutex *>
fMutex
{ nullptr };
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
mutex.h
58
Mutex(UMutex *mutex = nullptr) :
fMutex
(mutex) {
in Mutex()
59
umtx_lock(
fMutex
);
in Mutex()
62
umtx_unlock(
fMutex
);
in ~Mutex()
70
UMutex *
fMutex
;
member in Mutex
H
A
D
umutex.cpp
81
std::mutex *retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
85
retPtr =
fMutex
.load(std::memory_order_acquire);
in getMutex()
87
fMutex
= new(fStorage) std::mutex();
in getMutex()
88
retPtr =
fMutex
;
in getMutex()
102
(*m->
fMutex
).~mutex();
in cleanup()
103
m->
fMutex
= nullptr;
in cleanup()
H
A
D
umutex.h
234
std::mutex *m =
fMutex
.load(std::memory_order_acquire);
in lock()
238
void unlock() {
fMutex
.load(std::memory_order_relaxed)->unlock(); }
in unlock()
244
std::atomic<std::mutex *>
fMutex
{ nullptr };
/third_party/skia/src/lazy/
H
A
D
SkDiscardableMemoryPool.cpp
55
SkMutex
fMutex
;
member in __anon18894::DiscardableMemoryPool
141
fMutex
.assertHeld();
in dumpDownTo()
171
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in make()
179
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in removeFromPool()
192
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in lock()
211
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in unlock()
220
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in setRAMBudget()
225
SkAutoMutexExclusive autoMutexAcquire(
fMutex
);
in dumpPool()
/third_party/skia/src/core/
H
A
D
SkIDChangeListener.cpp
43
SkAutoMutexExclusive lock(
fMutex
);
in add()
55
SkAutoMutexExclusive lock(
fMutex
);
in count()
60
SkAutoMutexExclusive lock(
fMutex
);
in changed()
72
SkAutoMutexExclusive lock(
fMutex
);
in reset()
H
A
D
SkImageFilterCache.cpp
57
SkAutoMutexExclusive mutex(
fMutex
);
72
SkAutoMutexExclusive mutex(
fMutex
);
97
SkAutoMutexExclusive mutex(
fMutex
);
106
SkAutoMutexExclusive mutex(
fMutex
);
149
mutable SkMutex
fMutex
;
member in __anon18696::CacheImpl
H
A
D
SkCachedData.cpp
48
fCD->
fMutex
.acquire();
in AutoMutexWritable()
53
fCD->
fMutex
.release();
in ~AutoMutexWritable()
118
fMutex
.assertHeld();
in inMutexLock()
140
fMutex
.assertHeld();
in inMutexUnlock()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkDrawAreaManager.cpp
27
SkAutoMutexExclusive lock(
fMutex
);
in bindDrawingArea()
32
SkAutoMutexExclusive lock(
fMutex
);
in getDrawingArea()
57
SkAutoMutexExclusive lock(
fMutex
);
in clearSurface()
62
SkAutoMutexExclusive lock(
fMutex
);
in clearAll()
/third_party/skia/tests/
H
A
D
SkRemoteGlyphCacheTest.cpp
38
SkAutoMutexExclusive l(
fMutex
);
45
SkAutoMutexExclusive l(
fMutex
);
54
SkAutoMutexExclusive l(
fMutex
);
60
SkAutoMutexExclusive l(
fMutex
);
65
SkAutoMutexExclusive l(
fMutex
);
71
SkAutoMutexExclusive l(
fMutex
);
in unlockAll()
76
SkAutoMutexExclusive l(
fMutex
);
in unlockAndDeleteAll()
82
SkAutoMutexExclusive l(
fMutex
);
in lockedHandles()
87
SkAutoMutexExclusive l(
fMutex
);
in handleCount()
92
SkAutoMutexExclusive l(
fMutex
);
in cacheMissCount()
113
mutable SkMutex
fMutex
;
global()
member in DiscardableManager
[all...]
Completed in 10 milliseconds
1
2