Searched refs:pthread_rwlockattr_destroy (Results 1 – 7 of 7) sorted by relevance
188 FUNCTION(pthread_rwlockattr_destroy, int (*f)(pthread_rwlockattr_t*)); in pthread_h()
230 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* __attr);
94 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* attr) { in pthread_rwlockattr_destroy() function
790 pthread_rwlockattr_destroy
857 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr)); in TEST()1281 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr)); in InitRwlock()
819 pthread_rwlockattr_destroy;