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

/barrelfish-master/include/sys/
H A Dcdefs.h829 #define __lock_annotate(x) __attribute__((x)) macro
831 #define __lock_annotate(x) macro
835 #define __lockable __lock_annotate(lockable)
839 __lock_annotate(exclusive_lock_function(__VA_ARGS__))
841 __lock_annotate(shared_lock_function(__VA_ARGS__))
845 __lock_annotate(exclusive_trylock_function(__VA_ARGS__))
847 __lock_annotate(shared_trylock_function(__VA_ARGS__))
850 #define __unlocks(...) __lock_annotate(unlock_function(__VA_ARGS__))
854 __lock_annotate(assert_exclusive_lock(__VA_ARGS__))
856 __lock_annotate(assert_shared_loc
[all...]

Completed in 49 milliseconds