Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dthread_annotations.h68 #define LOCKS_EXCLUDED(x) THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(x)) 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/clang/test/Sema/
Dwarn-thread-safety-analysis.c19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro