Searched defs:rwlock (Results 1 – 1 of 1) sorted by relevance
68 static inline bool rwlock_is_shared(const pthread_rwlock_t* rwlock) { in rwlock_is_shared()107 int pthread_rwlock_init(pthread_rwlock_t* rwlock, const pthread_rwlockattr_t* attr) { in pthread_rwlock_init()127 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock) { in pthread_rwlock_destroy()134 static int __pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock, const timespec* abs_timeout) { in __pthread_rwlock_timedrdlock()169 static int __pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock, const timespec* abs_timeout) { in __pthread_rwlock_timedwrlock()203 int pthread_rwlock_rdlock(pthread_rwlock_t* rwlock) { in pthread_rwlock_rdlock()207 int pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock, const timespec* abs_timeout) { in pthread_rwlock_timedrdlock()211 int pthread_rwlock_tryrdlock(pthread_rwlock_t* rwlock) { in pthread_rwlock_tryrdlock()220 int pthread_rwlock_wrlock(pthread_rwlock_t* rwlock) { in pthread_rwlock_wrlock()224 int pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock, const timespec* abs_timeout) { in pthread_rwlock_timedwrlock()[all …]