Home
last modified time | relevance | path

Searched refs:pthread_rwlock (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A D_pthreadtypes.h51 struct pthread_rwlock;
75 typedef struct pthread_rwlock *pthread_rwlock_t;
/src/lib/libthr/thread/
H A Dthr_rwlock.c39 _Static_assert(sizeof(struct pthread_rwlock) <= THR_PAGE_SIZE_MIN,
104 roundup(sizeof(struct pthread_rwlock), CACHE_LINE_SIZE)); in rwlock_init()
107 memset(prwlock, 0, sizeof(struct pthread_rwlock)); in rwlock_init()
H A Dthr_private.h145 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)
146 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)
336 struct pthread_rwlock { struct
/src/contrib/unbound/doc/
H A DChangelog11881 - pthread_rwlock type is optional, in case of old pthread libs.