Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 – 2 of 2) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_rwlock.c78 int pthread_rwlock_init(pthread_rwlock_t *rwlock, in pthread_rwlock_init() function
95 RTM_EXPORT(pthread_rwlock_init);
204 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_rdlock()
260 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_tryrdlock()
313 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_timedrdlock()
377 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_timedwrlock()
433 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_trywrlock()
478 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_unlock()
537 pthread_rwlock_init(rwlock, NULL); in pthread_rwlock_wrlock()
A Dpthread.h252 int pthread_rwlock_init (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);

Completed in 4 milliseconds