Searched defs:LOCKS_EXCLUDED (Results 1 – 7 of 7) sorted by relevance
68 #define LOCKS_EXCLUDED(x) THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(x)) macro
19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
22 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro1013 int x LOCKS_EXCLUDED(mu1) = y; // \ in le_testfn() local1031 class LOCKS_EXCLUDED(mu1) LeTestClass { // \ in LOCKS_EXCLUDED() function
24 #define LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro3442 Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar3443 ~Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar
25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro