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:SkSharedMutex
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkSharedMutex.cpp
8
#include "src/core/
SkSharedMutex
.h"
79
class
SkSharedMutex
::ThreadIDSet {
120
SkSharedMutex
::
SkSharedMutex
()
in SkSharedMutex()
function in SkSharedMutex
127
SkSharedMutex
::~
SkSharedMutex
() { ANNOTATE_RWLOCK_DESTROY(this); }
in ~SkSharedMutex()
129
void
SkSharedMutex
::acquire() {
in acquire()
157
void
SkSharedMutex
::release() {
in release()
185
void
SkSharedMutex
::assertHeld() const {
in assertHeld()
192
void
SkSharedMutex
266
SkSharedMutex
::
SkSharedMutex
() : fQueueCounts(0) { ANNOTATE_RWLOCK_CREATE(this); }
SkSharedMutex()
function in SkSharedMutex
[all...]
H
A
D
SkSharedMutex.h
30
class SK_CAPABILITY("mutex")
SkSharedMutex
{
32
SkSharedMutex
();
33
~
SkSharedMutex
();
70
inline void
SkSharedMutex
::assertHeld() const {};
in assertHeld()
71
inline void
SkSharedMutex
::assertHeldShared() const {};
in assertHeldShared()
76
explicit SkAutoSharedMutexExclusive(
SkSharedMutex
& lock) SK_ACQUIRE(lock)
in SK_ACQUIRE()
83
SkSharedMutex
& fLock;
88
explicit SkAutoSharedMutexShared(
SkSharedMutex
& lock) SK_ACQUIRE_SHARED(lock)
in SK_ACQUIRE_SHARED()
99
SkSharedMutex
& fLock;
/third_party/skia/tests/
H
A
D
SkSharedMutexTest.cpp
8
#include "src/core/
SkSharedMutex
.h"
14
SkSharedMutex
sm;
in DEF_TEST()
24
SkSharedMutex
sm;
in DEF_TEST()
/third_party/skia/bench/
H
A
D
MutexBench.cpp
11
#include "src/core/
SkSharedMutex
.h"
59
SkSharedMutex
fMu;
64
DEF_BENCH( return new MutexBench<
SkSharedMutex
>(SkString("
SkSharedMutex
")); )
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
27
#include "src/core/
SkSharedMutex
.h"
51
static
SkSharedMutex
* maybe_dw_mutex(DWriteFontTypeface& typeface) {
in maybe_dw_mutex()
52
static
SkSharedMutex
mutex;
in maybe_dw_mutex()
58
explicit Exclusive(
SkSharedMutex
* maybe_lock) SK_ACQUIRE(*maybe_lock)
71
SkSharedMutex
* fLock;
75
explicit Shared(
SkSharedMutex
* maybe_lock) SK_ACQUIRE_SHARED(*maybe_lock)
92
SkSharedMutex
* fLock;
H
A
D
SkFontHost_FreeType_common.h
16
#include "src/core/
SkSharedMutex
.h"
150
mutable
SkSharedMutex
fC2GCacheMutex;
Completed in 4 milliseconds