OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCOPED_LOCKABLE
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/base/
thread_annotations.h
77
#define
SCOPED_LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
scoped_lockable
)
/external/clang/test/Sema/
warn-thread-safety-analysis.c
4
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
/external/libchrome/base/
thread_annotations.h
129
//
SCOPED_LOCKABLE
136
#define
SCOPED_LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
scoped_lockable
)
/external/tensorflow/tensorflow/core/platform/default/
thread_annotations.h
113
#define
SCOPED_LOCKABLE
THREAD_ANNOTATION_ATTRIBUTE__(
scoped_lockable
)
/external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp
7
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
warn-thread-safety-verbose.cpp
4
#define
SCOPED_LOCKABLE
__attribute__ ((
scoped_lockable
))
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 struct, union or class}}
275
int x
SCOPED_LOCKABLE
= y; //
[
all
...]
warn-thread-safety-analysis.cpp
7
#define
SCOPED_LOCKABLE
__attribute__((
scoped_lockable
))
46
class
SCOPED_LOCKABLE
MutexLock {
53
class
SCOPED_LOCKABLE
ReaderMutexLock {
60
class
SCOPED_LOCKABLE
ReleasableMutexLock {
68
class __attribute__((
scoped_lockable
)) DoubleMutexLock {
[
all
...]
/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 {
Completed in 346 milliseconds