Searched refs:rwlock (Results 1 – 6 of 6) sorted by relevance
22 xpthread_rwlock_destroy (pthread_rwlock_t *rwlock) in xpthread_rwlock_destroy() argument25 pthread_rwlock_destroy (rwlock)); in xpthread_rwlock_destroy()
22 xpthread_rwlock_rdlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_rdlock() argument25 pthread_rwlock_rdlock (rwlock)); in xpthread_rwlock_rdlock()
22 xpthread_rwlock_unlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_unlock() argument25 pthread_rwlock_unlock (rwlock)); in xpthread_rwlock_unlock()
22 xpthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_wrlock() argument25 pthread_rwlock_wrlock (rwlock)); in xpthread_rwlock_wrlock()
22 xpthread_rwlock_init (pthread_rwlock_t *rwlock, in xpthread_rwlock_init() argument26 pthread_rwlock_init (rwlock, attr)); in xpthread_rwlock_init()
103 void xpthread_rwlock_init (pthread_rwlock_t *rwlock,107 void xpthread_rwlock_wrlock (pthread_rwlock_t *rwlock);108 void xpthread_rwlock_rdlock (pthread_rwlock_t *rwlock);109 void xpthread_rwlock_unlock (pthread_rwlock_t *rwlock);110 void xpthread_rwlock_destroy (pthread_rwlock_t *rwlock);
Completed in 8 milliseconds