/external/leveldb/port/ |
D | thread_annotations.h | 52 #define LOCKS_EXCLUDED(...) \ macro
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-verbose.cpp | 19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
|
D | warn-thread-safety-negative.cpp | 22 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
|
D | warn-thread-safety-parsing.cpp | 19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro 1013 int x LOCKS_EXCLUDED(mu1) = y; // \ in le_testfn() local 1031 class LOCKS_EXCLUDED(mu1) LeTestClass { // \ in LOCKS_EXCLUDED() function
|
D | warn-thread-safety-analysis.cpp | 24 #define LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro 3442 Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar 3443 ~Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar
|
/external/cronet/stable/base/synchronization/ |
D | lock_impl.h | 215 LOCKS_EXCLUDED(lock) in LOCKS_EXCLUDED() function
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | thread_annotations.h | 143 #define LOCKS_EXCLUDED(...) \ macro
|
/external/libchrome/base/ |
D | thread_annotations.h | 114 #define LOCKS_EXCLUDED(...) \ macro
|
/external/cronet/tot/base/synchronization/ |
D | lock_impl.h | 215 LOCKS_EXCLUDED(lock) in LOCKS_EXCLUDED() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 150 #define LOCKS_EXCLUDED(...) \ macro
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
|
/external/cronet/tot/base/ |
D | thread_annotations.h | 122 #define LOCKS_EXCLUDED(...) \ macro
|
/external/cronet/stable/base/ |
D | thread_annotations.h | 122 #define LOCKS_EXCLUDED(...) \ macro
|
/external/cronet/tot/base/memory/ |
D | protected_memory.h | 469 LOCKS_EXCLUDED(WriterData::writers_lock()) in LOCKS_EXCLUDED() function
|
/external/cronet/stable/base/memory/ |
D | protected_memory.h | 469 LOCKS_EXCLUDED(WriterData::writers_lock()) in LOCKS_EXCLUDED() function
|
/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
|