OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCOPED_LOCKABLE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h
31
#ifndef
SCOPED_LOCKABLE
32
#define
SCOPED_LOCKABLE
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h
112
#define
SCOPED_LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
scoped_lockable
)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h
112
#define
SCOPED_LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
scoped_lockable
)
/external/clang/test/Sema/
warn-thread-safety-analysis.c
4
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
/art/runtime/base/
macros.h
174
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
195
#define
SCOPED_LOCKABLE
/external/clang/test/PCH/
thread-safety-attrs.cpp
12
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
43
class __attribute__((
scoped_lockable
)) MutexLock {
49
class __attribute__((
scoped_lockable
)) ReaderMutexLock {
55
class
SCOPED_LOCKABLE
ReleasableMutexLock {
/external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp
4
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
260
#if !__has_attribute(
scoped_lockable
)
261
#error "Should support
scoped_lockable
attribute"
264
class
SCOPED_LOCKABLE
SLTestClass {
267
class __attribute__((
scoped_lockable
(1))) SLTestClass_args { // \
268
// expected-error {{'
scoped_lockable
' attribute takes no arguments}}
271
void sl_test_function()
SCOPED_LOCKABLE
; // \
272
// expected-warning {{'
scoped_lockable
' attribute only applies to classes}}
275
int x
SCOPED_LOCKABLE
= y; //
[
all
...]
warn-thread-safety-analysis.cpp
7
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
43
class __attribute__((
scoped_lockable
)) MutexLock {
49
class __attribute__((
scoped_lockable
)) ReaderMutexLock {
55
class
SCOPED_LOCKABLE
ReleasableMutexLock {
[
all
...]
Completed in 251 milliseconds