Searched refs:pthread_rwlock (Results 1 – 4 of 4) sorted by relevance
51 struct pthread_rwlock;75 typedef struct pthread_rwlock *pthread_rwlock_t;
135 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)136 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)314 struct pthread_rwlock { struct
70 prwlock = (pthread_rwlock_t)calloc(1, sizeof(struct pthread_rwlock)); in rwlock_init()
5130 - pthread_rwlock type is optional, in case of old pthread libs.