Searched refs:__lock_annotate (Results 1 – 1 of 1) sorted by relevance
568 #define __lock_annotate(x) __attribute__((x)) macro570 #define __lock_annotate(x) macro574 #define __lockable __lock_annotate(lockable)578 __lock_annotate(exclusive_lock_function(__VA_ARGS__))580 __lock_annotate(shared_lock_function(__VA_ARGS__))584 __lock_annotate(exclusive_trylock_function(__VA_ARGS__))586 __lock_annotate(shared_trylock_function(__VA_ARGS__))589 #define __unlocks(...) __lock_annotate(unlock_function(__VA_ARGS__))593 __lock_annotate(assert_exclusive_lock(__VA_ARGS__))595 __lock_annotate(assert_shared_lock(__VA_ARGS__))[all …]