Home
last modified time | relevance | path

Searched defs:LOCKS_EXCLUDED (Results 1 – 16 of 16) sorted by relevance

/external/leveldb/port/
Dthread_annotations.h52 #define LOCKS_EXCLUDED(...) \ macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
Dwarn-thread-safety-negative.cpp22 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
Dwarn-thread-safety-parsing.cpp19 #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
Dwarn-thread-safety-analysis.cpp24 #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/
Dlock_impl.h215 LOCKS_EXCLUDED(lock) in LOCKS_EXCLUDED() function
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_annotations.h143 #define LOCKS_EXCLUDED(...) \ macro
/external/libchrome/base/
Dthread_annotations.h114 #define LOCKS_EXCLUDED(...) \ macro
/external/cronet/tot/base/synchronization/
Dlock_impl.h215 LOCKS_EXCLUDED(lock) in LOCKS_EXCLUDED() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h150 #define LOCKS_EXCLUDED(...) \ macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
/external/cronet/tot/base/
Dthread_annotations.h122 #define LOCKS_EXCLUDED(...) \ macro
/external/cronet/stable/base/
Dthread_annotations.h122 #define LOCKS_EXCLUDED(...) \ macro
/external/cronet/tot/base/memory/
Dprotected_memory.h469 LOCKS_EXCLUDED(WriterData::writers_lock()) in LOCKS_EXCLUDED() function
/external/cronet/stable/base/memory/
Dprotected_memory.h469 LOCKS_EXCLUDED(WriterData::writers_lock()) in LOCKS_EXCLUDED() function
/external/clang/test/PCH/
Dthread-safety-attrs.cpp25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro