OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCKABLE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h
27
#ifndef
LOCKABLE
28
#define
LOCKABLE
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h
108
// Document if a class/type is a
lockable
type (such as the Mutex class).
109
#define
LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
lockable
)
111
// Document if a class is a scoped
lockable
type (such as the MutexLock class).
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h
108
// Document if a class/type is a
lockable
type (such as the Mutex class).
109
#define
LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
lockable
)
111
// Document if a class is a scoped
lockable
type (such as the MutexLock class).
/external/clang/test/Sema/
warn-thread-safety-analysis.c
3
#define
LOCKABLE
__attribute__ ((
lockable
))
28
struct
LOCKABLE
Mutex {};
/art/runtime/base/
macros.h
168
#define
LOCKABLE
__attribute__ ((
lockable
))
189
#define
LOCKABLE
/external/clang/test/PCH/
thread-safety-attrs.cpp
11
#define
LOCKABLE
__attribute__ ((
lockable
))
33
class __attribute__((
lockable
)) Mutex {
/external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp
3
#define
LOCKABLE
__attribute__ ((
lockable
))
27
class
LOCKABLE
Mutex {
215
//
Lockable
Attribute (l)
220
#if !__has_attribute(
lockable
)
221
#error "Should support
lockable
attribute"
224
class
LOCKABLE
LTestClass {
227
class __attribute__((
lockable
(1))) LTestClass_args { // \
228
// expected-error {{'
lockable
' attribute takes no arguments}}
231
void l_test_function()
LOCKABLE
; // \
[
all
...]
warn-thread-safety-analysis.cpp
6
#define
LOCKABLE
__attribute__ ((
lockable
))
30
class __attribute__((
lockable
)) Mutex {
[
all
...]
Completed in 61 milliseconds