Searched defs:SCOPED_LOCKABLE (Results 1 – 5 of 5) sorted by relevance
4 #define SCOPED_LOCKABLE global() macro
38 #define SCOPED_LOCKABLE __attribute__((scoped_lockable)) macro
6 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro 277 int x SCOPED_LOCKABLE = y; // \ sl_testfn() local 282 int sl_test_var SCOPED_LOCKABLE; // \ global() variable 287 int test_field SCOPED_LOCKABLE; // \ global() member in SLFoo [all...]
12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
76 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro