Searched defs:SHARED_LOCKS_REQUIRED (Results 1 – 7 of 7) sorted by relevance
62 #define SHARED_LOCKS_REQUIRED(...) \ macro
22 #define SHARED_LOCKS_REQUIRED(...) \ macro
25 #define SHARED_LOCKS_REQUIRED(...) \ macro
22 #define SHARED_LOCKS_REQUIRED(...) \ macro1148 int x SHARED_LOCKS_REQUIRED(mu1) = y; // \ in slr_testfn() local1166 class SHARED_LOCKS_REQUIRED(mu1) SlrTestClass { // \ in SHARED_LOCKS_REQUIRED() function
26 #define SHARED_LOCKS_REQUIRED(...) __attribute__((shared_locks_required(__VA_ARGS__))) macro
28 #define SHARED_LOCKS_REQUIRED(...) \ macro