Searched refs:pthread_rwlock (Results 1 – 4 of 4) sorted by relevance
53 struct pthread_rwlock;77 typedef struct pthread_rwlock *pthread_rwlock_t;
41 _Static_assert(sizeof(struct pthread_rwlock) <= PAGE_SIZE,105 prwlock = calloc(1, sizeof(struct pthread_rwlock)); in rwlock_init()
147 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)148 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)340 struct pthread_rwlock { struct
9702 - pthread_rwlock type is optional, in case of old pthread libs.