Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A D_pthreadtypes.h53 struct pthread_rwlock;
77 typedef struct pthread_rwlock *pthread_rwlock_t;
/freebsd-13.1/lib/libthr/thread/
H A Dthr_rwlock.c41 _Static_assert(sizeof(struct pthread_rwlock) <= PAGE_SIZE,
105 prwlock = calloc(1, sizeof(struct pthread_rwlock)); in rwlock_init()
H A Dthr_private.h147 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)
148 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)
340 struct pthread_rwlock { struct
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog9702 - pthread_rwlock type is optional, in case of old pthread libs.