Searched refs:__RW_LOCK_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
39 #define __RW_LOCK_UNLOCKED(lockname) \ macro46 #define __RW_LOCK_UNLOCKED(lockname) \ macro51 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)71 #define __RW_LOCK_UNLOCKED(name) __RWLOCK_RT_INITIALIZER(name) macro74 rwlock_t name = __RW_LOCK_UNLOCKED(name)
28 do { *(lock) = __RW_LOCK_UNLOCKED(lock); } while (0)
Completed in 4 milliseconds