Searched defs:LOCKABLE (Results 1 – 4 of 4) sorted by relevance
4 #define LOCKABLE __attribute__((capability("mutex"))) macro15 #define LOCKABLE __attribute__((lockable)) macro
5 #define LOCKABLE __attribute__ ((lockable)) macro 237 int x LOCKABLE = y; // \ l_testfn() local 242 int l_test_var LOCKABLE; // \ global() variable 247 int test_field LOCKABLE; // \ global() member in LFoo [all...]
3 #define LOCKABLE global() macro
11 #define LOCKABLE __attribute__ ((lockable)) macro