Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_pthreadtypes.h51 struct pthread_rwlock;
75 typedef struct pthread_rwlock *pthread_rwlock_t;
/freebsd/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.h144 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)
145 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)
335 struct pthread_rwlock { struct
/freebsd/contrib/unbound/doc/
H A DChangelog11349 - pthread_rwlock type is optional, in case of old pthread libs.