Searched defs:LOCKABLE (Results 1 – 7 of 7) sorted by relevance
74 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable) macro
3 #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
6 #define LOCKABLE __attribute__ ((lockable)) macro
6 #define LOCKABLE __attribute__((lockable)) macro
11 #define LOCKABLE __attribute__ ((lockable)) macro