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

/freebsd-11-stable/include/
H A Dpthread.h247 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
248 __requires_unlocked(*__rwlock); variable
249 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
251 __requires_unlocked(*__rwlock); variable
252 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
253 __locks_shared(*__rwlock); variable
255 pthread_rwlock_t * __restrict __rwlock,
257 __trylocks_shared(0, *__rwlock);
259 pthread_rwlock_t * __restrict __rwlock,
261 __trylocks_exclusive(0, *__rwlock);
267 __unlocks(*__rwlock); variable
269 __locks_exclusive(*__rwlock); variable
[all...]

Completed in 146 milliseconds