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:Autolock
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/hardware/rga/include/
H
A
D
RgaMutex.h
104
// Manages the mutex automatically. It'll be locked when
Autolock
is
105
// constructed and released when
Autolock
goes out of scope.
106
class SCOPED_CAPABILITY
Autolock
{
class
108
inline explicit
Autolock
(RgaMutex &mutex) ACQUIRE(mutex) : mLock(mutex)
in ACQUIRE()
112
inline explicit
Autolock
(RgaMutex *mutex) ACQUIRE(mutex) : mLock(*mutex)
in ACQUIRE()
116
inline ~
Autolock
() RELEASE()
in RELEASE()
124
Autolock
(const
Autolock
&);
125
Autolock
&operator=(const
Autolock
[all...]
H
A
D
RgaSingleton.h
33
RgaMutex::
Autolock
_l(sLock);
in getInstance()
43
RgaMutex::
Autolock
_l(sLock);
in hasInstance()
/device/soc/rockchip/rk3399/hardware/rga/include/
H
A
D
Mutex.h
110
// Manages the mutex automatically. It'll be locked when
Autolock
is
111
// constructed and released when
Autolock
goes out of scope.
112
class SCOPED_CAPABILITY
Autolock
{
class
114
inline explicit
Autolock
(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex)
in ACQUIRE()
118
inline explicit
Autolock
(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex)
in ACQUIRE()
122
inline ~
Autolock
() RELEASE()
in RELEASE()
130
Autolock
(const
Autolock
&);
131
Autolock
& operator=(const
Autolock
[all...]
H
A
D
RgaSingleton.h
34
Mutex::
Autolock
_l(sLock);
in getInstance()
44
Mutex::
Autolock
_l(sLock);
in hasInstance()
/device/soc/rockchip/rk3568/hardware/rga/include/
H
A
D
RgaMutex.h
110
// Manages the mutex automatically. It'll be locked when
Autolock
is
111
// constructed and released when
Autolock
goes out of scope.
112
class SCOPED_CAPABILITY
Autolock
{
class
114
inline explicit
Autolock
(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex)
in ACQUIRE()
118
inline explicit
Autolock
(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex)
in ACQUIRE()
122
inline ~
Autolock
() RELEASE()
in RELEASE()
130
Autolock
(const
Autolock
&);
131
Autolock
& operator=(const
Autolock
[all...]
H
A
D
RgaSingleton.h
34
Mutex::
Autolock
_l(sLock);
in getInstance()
44
Mutex::
Autolock
_l(sLock);
in hasInstance()
/device/soc/rockchip/rk3588/hardware/rga/include/
H
A
D
RgaMutex.h
111
// Manages the mutex automatically. It'll be locked when
Autolock
is
112
// constructed and released when
Autolock
goes out of scope.
113
class SCOPED_CAPABILITY
Autolock
{
class
115
inline explicit
Autolock
(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) {
in ACQUIRE()
118
inline explicit
Autolock
(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) {
in ACQUIRE()
121
inline ~
Autolock
() RELEASE() {
in RELEASE()
128
Autolock
(const
Autolock
&);
129
Autolock
& operator=(const
Autolock
[all...]
H
A
D
RgaSingleton.h
34
Mutex::
Autolock
_l(sLock);
in getInstance()
44
Mutex::
Autolock
_l(sLock);
in hasInstance()
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_thread.h
75
class
Autolock
{
class in Mutex
77
inline
Autolock
(Mutex* mutex, RK_U32 enable = 1)
in Autolock()
function in Mutex::Autolock
83
inline ~
Autolock
()
in ~Autolock()
127
typedef Mutex::
Autolock
AutoMutex;
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_thread.h
77
class
Autolock
{
class in Mutex
79
inline
Autolock
(Mutex* mutex, RK_U32 enable = 1)
in Autolock()
function in Mutex::Autolock
85
inline ~
Autolock
()
in ~Autolock()
129
typedef Mutex::
Autolock
AutoMutex;
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_thread.h
86
class
Autolock
class in Mutex
89
inline
Autolock
(Mutex* mutex, RK_U32 enable = 1) :
in Autolock()
function in Mutex::Autolock
95
inline ~
Autolock
() {
in ~Autolock()
138
typedef Mutex::
Autolock
AutoMutex;
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_thread.h
74
class
Autolock
{
class in Mutex
76
inline
Autolock
(Mutex *mutex, unsigned int enable = 1) : mEnabled(enable), mLock(*mutex)
in Autolock()
function in Mutex::Autolock
82
inline ~
Autolock
()
in ~Autolock()
128
typedef Mutex::
Autolock
AutoMutex;
Completed in 5 milliseconds