Searched refs:__lock_annotate (Results 1 – 1 of 1) sorted by relevance
830 #define __lock_annotate(x) __attribute__((x)) macro832 #define __lock_annotate(x) macro836 #define __lockable __lock_annotate(lockable)840 __lock_annotate(exclusive_lock_function(__VA_ARGS__))842 __lock_annotate(shared_lock_function(__VA_ARGS__))848 __lock_annotate(shared_trylock_function(__VA_ARGS__))855 __lock_annotate(assert_exclusive_lock(__VA_ARGS__))857 __lock_annotate(assert_shared_lock(__VA_ARGS__))861 __lock_annotate(exclusive_locks_required(__VA_ARGS__))863 __lock_annotate(shared_locks_required(__VA_ARGS__))[all …]