Searched refs:pthread_rwlock_destroy (Results 1 – 5 of 5) sorted by relevance
71 return pthread_rwlock_destroy(&lock->rwlock); in liblockdep_rwlock_destroy()83 #define pthread_rwlock_destroy liblockdep_rwlock_destroy macro
12 return pthread_rwlock_destroy(&sem->lock); in exit_rwsem()
276 pthread_rwlock_destroy(&g_rwlockLock); in Testcase()
276 pthread_rwlock_destroy(&g_rwlockLock); in PthreadRwlockTest()
340 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock) in pthread_rwlock_destroy() function