Searched defs:_PROP_RWLOCK_RDLOCK (Results 1 – 1 of 1) sorted by relevance
291 #define _PROP_RWLOCK_RDLOCK(x) rw_enter(&(x), RW_READER) macro339 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro393 #define _PROP_RWLOCK_RDLOCK(x) rwlock_rdlock(&(x)) macro419 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro445 #define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x)) macro