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
defs:mLock
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
Spinlock.h
39
std::atomic_bool
mLock
;
member in angle::Spinlock
42
inline Spinlock::Spinlock() noexcept :
mLock
(false) {}
in mLock()
function
H
A
D
SynchronizedValue.h
47
std::unique_lock<Lockable>
mLock
;
member in angle::ConstStrictLockPtr
353
std::unique_lock<Lockable>
mLock
;
member in angle::SynchronizedValue::DerefValue
376
std::unique_lock<Lockable>
mLock
;
global()
member in angle::SynchronizedValue::ConstDerefValue
[all...]
/third_party/skia/third_party/externals/oboe/src/opensles/
H
A
D
EngineOpenSLES.h
55
std::mutex
mLock
;
member in oboe::EngineOpenSLES
H
A
D
OutputMixerOpenSLES.h
50
std::mutex
mLock
;
member in oboe::OutputMixerOpenSL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H
A
D
SyncMtl.h
60
std::shared_ptr<std::mutex>
mLock
;
member in rx::mtl::Sync
H
A
D
mtl_command_buffer.h
98
mutable std::mutex
mLock
;
member in rx::mtl::final
157
mutable std::mutex
mLock
;
member in rx::mtl::final
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H
A
D
HelloOboeEngine.h
91
std::mutex
mLock
;
member in HelloOboeEngine
/third_party/skia/third_party/externals/oboe/include/oboe/
H
A
D
AudioStream.h
516
std::mutex
mLock
; // for synchronizing start/stop/close
member in oboe::AudioStream
/third_party/sqlite/src/
H
A
D
sqlite3.c
209212
u32
mLock
;
global()
member
[all...]
Completed in 128 milliseconds