Searched refs:__RW_LOCK_UNLOCKED (Results 1 – 1 of 1) sorted by relevance
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MA… macro41 #define RW_LOCK_UNLOCKED __RW_LOCK_UNLOCKED(old_style_rw_init)44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)