Home
last modified time | relevance | path

Searched refs:rwlock (Results 1 – 6 of 6) sorted by relevance

/support/
A Dxpthread_rwlock_destroy.c22 xpthread_rwlock_destroy (pthread_rwlock_t *rwlock) in xpthread_rwlock_destroy() argument
25 pthread_rwlock_destroy (rwlock)); in xpthread_rwlock_destroy()
A Dxpthread_rwlock_rdlock.c22 xpthread_rwlock_rdlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_rdlock() argument
25 pthread_rwlock_rdlock (rwlock)); in xpthread_rwlock_rdlock()
A Dxpthread_rwlock_unlock.c22 xpthread_rwlock_unlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_unlock() argument
25 pthread_rwlock_unlock (rwlock)); in xpthread_rwlock_unlock()
A Dxpthread_rwlock_wrlock.c22 xpthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in xpthread_rwlock_wrlock() argument
25 pthread_rwlock_wrlock (rwlock)); in xpthread_rwlock_wrlock()
A Dxpthread_rwlock_init.c22 xpthread_rwlock_init (pthread_rwlock_t *rwlock, in xpthread_rwlock_init() argument
26 pthread_rwlock_init (rwlock, attr)); in xpthread_rwlock_init()
A Dxthread.h103 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