Searched defs:_PROP_RWLOCK_INIT (Results 1 – 1 of 1) sorted by relevance
296 #define _PROP_RWLOCK_INIT(x) mtx_init(&(x), "prop") macro336 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro383 #define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL) macro403 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro422 #define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL) macro