Home
last modified time | relevance | path

Searched refs:__lock_annotate (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h816 #define __lock_annotate(x) __attribute__((x)) macro
818 #define __lock_annotate(x) macro
822 #define __lockable __lock_annotate(lockable)
826 __lock_annotate(exclusive_lock_function(__VA_ARGS__))
828 __lock_annotate(shared_lock_function(__VA_ARGS__))
834 __lock_annotate(shared_trylock_function(__VA_ARGS__))
841 __lock_annotate(assert_exclusive_lock(__VA_ARGS__))
843 __lock_annotate(assert_shared_lock(__VA_ARGS__))
847 __lock_annotate(exclusive_locks_required(__VA_ARGS__))
849 __lock_annotate(shared_locks_required(__VA_ARGS__))
[all …]