Lines Matching defs:SCOPED_LOCKABLE
6 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
65 class SCOPED_LOCKABLE MutexLock {
272 class SCOPED_LOCKABLE SLTestClass {
279 void sl_test_function() SCOPED_LOCKABLE; // \
283 int x SCOPED_LOCKABLE = y; // \
288 int sl_test_var SCOPED_LOCKABLE; // \
293 int test_field SCOPED_LOCKABLE; // \
295 void test_method() SCOPED_LOCKABLE; // \
300 void sl_function_params(int lvar SCOPED_LOCKABLE); // \
1286 struct SCOPED_LOCKABLE SLTemplateClass {