Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcdefs.h545 #define __lock_annotate(x) __attribute__((x)) macro
547 #define __lock_annotate(x) macro
551 #define __lockable __lock_annotate(lockable)
555 __lock_annotate(exclusive_lock_function(__VA_ARGS__))
557 __lock_annotate(shared_lock_function(__VA_ARGS__))
561 __lock_annotate(exclusive_trylock_function(__VA_ARGS__))
563 __lock_annotate(shared_trylock_function(__VA_ARGS__))
566 #define __unlocks(...) __lock_annotate(unlock_function(__VA_ARGS__))
570 __lock_annotate(assert_exclusive_lock(__VA_ARGS__))
572 __lock_annotate(assert_shared_lock(__VA_ARGS__))
[all …]