Searched defs:SHARED_LOCKS_REQUIRED (Results 1 – 4 of 4) sorted by relevance
13 #define SHARED_LOCKS_REQUIRED(...) __attribute__((requires_shared_capability(__VA_ARGS__))) macro24 #define SHARED_LOCKS_REQUIRED(...) __attribute__((shared_locks_required(__VA_ARGS__))) macro
24 #define SHARED_LOCKS_REQUIRED(...) \ macro 1165 int x SHARED_LOCKS_REQUIRED(mu1) = y; // \ slr_testfn() local 1183 class SHARED_LOCKS_REQUIRED(mu1) SlrTestClass { // \ SHARED_LOCKS_REQUIRED() function [all...]
22 #define SHARED_LOCKS_REQUIRED( global() macro
28 #define SHARED_LOCKS_REQUIRED(...) \ macro