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

/freebsd-current/include/
H A Dpthread.h250 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
251 __requires_unlocked(*__rwlock); variable
252 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
254 __requires_unlocked(*__rwlock); variable
255 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
256 __locks_shared(*__rwlock); variable
258 pthread_rwlock_t * __restrict __rwlock,
260 __trylocks_shared(0, *__rwlock);
262 pthread_rwlock_t * __restrict __rwlock,
264 __trylocks_exclusive(0, *__rwlock);
270 __unlocks(*__rwlock); variable
272 __locks_exclusive(*__rwlock); variable
[all...]

Completed in 121 milliseconds