Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HD_pthreadtypes.h51 struct pthread_rwlock;
75 typedef struct pthread_rwlock *pthread_rwlock_t;
/NextBSD/lib/libthr/thread/
HDthr_private.h135 #define THR_RWLOCK_INITIALIZER ((struct pthread_rwlock *)NULL)
136 #define THR_RWLOCK_DESTROYED ((struct pthread_rwlock *)1)
314 struct pthread_rwlock { struct
HDthr_rwlock.c70 prwlock = (pthread_rwlock_t)calloc(1, sizeof(struct pthread_rwlock)); in rwlock_init()
/NextBSD/contrib/unbound/doc/
HDChangelog5130 - pthread_rwlock type is optional, in case of old pthread libs.