Searched defs:LOCKABLE (Results 1 – 6 of 6) sorted by relevance
3 #define LOCKABLE __attribute__ ((lockable)) macro
6 #define LOCKABLE __attribute__ ((lockable)) macro
3 #define LOCKABLE __attribute__ ((lockable)) macro235 int x LOCKABLE = y; // \ in l_testfn() local240 int l_test_var LOCKABLE; // \ variable245 int test_field LOCKABLE; // \ member in LFoo
11 #define LOCKABLE __attribute__ ((lockable)) macro