Searched refs:__rwlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/include/
H A Dpthread.h249 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
250 __requires_unlocked(*__rwlock); variable
251 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
253 __requires_unlocked(*__rwlock); variable
254 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
255 __locks_shared(*__rwlock); variable
257 pthread_rwlock_t * __restrict __rwlock,
259 __trylocks_shared(0, *__rwlock);
261 pthread_rwlock_t * __restrict __rwlock,
263 __trylocks_exclusive(0, *__rwlock);
269 __unlocks(*__rwlock); variable
271 __locks_exclusive(*__rwlock); variable
[all...]

Completed in 97 milliseconds