OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHARED_LOCK_FUNCTION
(Results
1 - 12
of
12
) sorted by null
/art/runtime/entrypoints/portable/
portable_jni_entrypoints.cc
47
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_) {
56
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_) {
65
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_) {
83
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_) {
/external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h
39
#ifndef
SHARED_LOCK_FUNCTION
40
#define
SHARED_LOCK_FUNCTION
(...)
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h
118
#define
SHARED_LOCK_FUNCTION
(x) \
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h
118
#define
SHARED_LOCK_FUNCTION
(x) \
/art/runtime/
scoped_thread_state_change.h
266
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_) ALWAYS_INLINE
273
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_)
287
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_)
check_jni.cc
158
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_)
167
SHARED_LOCK_FUNCTION
(Locks::mutator_lock_)
[
all
...]
/external/clang/test/Sema/
warn-thread-safety-analysis.c
12
#define
SHARED_LOCK_FUNCTION
(...) __attribute__ ((
shared_lock_function
(__VA_ARGS__)))
38
void mutex_shared_lock(struct Mutex *mu)
SHARED_LOCK_FUNCTION
(mu) {
/art/runtime/base/
macros.h
175
#define
SHARED_LOCK_FUNCTION
(...) __attribute__ ((shared_lock(__VA_ARGS__)))
196
#define
SHARED_LOCK_FUNCTION
(...)
mutex.h
244
void SharedLock(Thread* self)
SHARED_LOCK_FUNCTION
() ALWAYS_INLINE;
245
void ReaderLock(Thread* self)
SHARED_LOCK_FUNCTION
() { SharedLock(self); }
/external/clang/test/PCH/
thread-safety-attrs.cpp
20
#define
SHARED_LOCK_FUNCTION
(...) __attribute__ ((
shared_lock_function
(__VA_ARGS__)))
36
void ReaderLock() __attribute__((
shared_lock_function
));
66
void beginNoWarnOnReads()
SHARED_LOCK_FUNCTION
("*");
/external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp
12
#define
SHARED_LOCK_FUNCTION
(...) __attribute__ ((
shared_lock_function
(__VA_ARGS__)))
30
void ReaderLock()
SHARED_LOCK_FUNCTION
();
636
#if !__has_attribute(
shared_lock_function
)
637
#error "Should support
shared_lock_function
attribute"
642
void slf_function()
SHARED_LOCK_FUNCTION
();
644
void slf_function_args()
SHARED_LOCK_FUNCTION
(mu1, mu2);
646
int slf_testfn(int y)
SHARED_LOCK_FUNCTION
();
649
int x
SHARED_LOCK_FUNCTION
() = y; // \
650
// expected-warning {{'
shared_lock_function
' attribute only applies to functions and methods}
[
all
...]
warn-thread-safety-analysis.cpp
15
#define
SHARED_LOCK_FUNCTION
(...) __attribute__ ((
shared_lock_function
(__VA_ARGS__)))
33
void ReaderLock() __attribute__((
shared_lock_function
));
66
void beginNoWarnOnReads()
SHARED_LOCK_FUNCTION
("*");
[
all
...]
Completed in 305 milliseconds