Home
last modified time | relevance | path

Searched refs:ht_rwlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/
H A Dhashtable.h37 pthread_rwlock_t ht_rwlock; member
69 return (pthread_rwlock_rdlock(&h->ht_rwlock)); in ht_rdlock()
79 return (pthread_rwlock_wrlock(&h->ht_rwlock)); in ht_wrlock()
89 return (pthread_rwlock_unlock(&h->ht_rwlock)); in ht_unlock()
H A Dhashtable.c48 pthread_rwlock_init(&h->ht_rwlock, NULL); in ht_init()
68 pthread_rwlock_destroy(&h->ht_rwlock); in ht_destroy()