Searched refs:SHARED_LOCKS_REQUIRED (Results 1 – 2 of 2) sorted by relevance
20 #define SHARED_LOCKS_REQUIRED(...) \ macro846 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);854 int foo(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1);1004 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);1145 int foo() SHARED_LOCKS_REQUIRED(mu_) EXCLUSIVE_LOCKS_REQUIRED(mu2);1403 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
20 #define SHARED_LOCKS_REQUIRED(...) \ macro