Searched refs:SCOPED_LOCKABLE (Results 1 – 7 of 7) sorted by relevance
6 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro266 class SCOPED_LOCKABLE SLTestClass {273 void sl_test_function() SCOPED_LOCKABLE; // \277 int x SCOPED_LOCKABLE = y; // \ in sl_testfn() local282 int sl_test_var SCOPED_LOCKABLE; // \ variable287 int test_field SCOPED_LOCKABLE; // \ member in SLFoo289 void test_method() SCOPED_LOCKABLE; // \294 void sl_function_params(int lvar SCOPED_LOCKABLE); // \1268 struct SCOPED_LOCKABLE SLTemplateClass {
38 #define SCOPED_LOCKABLE __attribute__((scoped_lockable)) macro
24 class SCOPED_LOCKABLE MutexLock {
32 class SCOPED_LOCKABLE MutexLock {39 class SCOPED_LOCKABLE ReaderMutexLock {46 class SCOPED_LOCKABLE ReleasableMutexLock {54 class SCOPED_LOCKABLE DoubleMutexLock {2662 class SCOPED_LOCKABLE RelockableMutexLock {2946 class SCOPED_LOCKABLE MemberLock {2959 class SCOPED_LOCKABLE WeirdScope {2990 class SCOPED_LOCKABLE MutexUnlock {2999 class SCOPED_LOCKABLE ReaderMutexUnlock {3070 class SCOPED_LOCKABLE MutexLockUnlock {[all …]
12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro55 class SCOPED_LOCKABLE ReleasableMutexLock {
4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
400 *Previously*: ``SCOPED_LOCKABLE``1002 #define SCOPED_LOCKABLE \