Searched refs:pthread_rwlock_destroy (Results 1 – 6 of 6) sorted by relevance
60 zassert_equal(pthread_rwlock_destroy(&rwlock), EINVAL); in ZTEST()117 zassert_ok(pthread_rwlock_destroy(&rwlock), "Failed to destroy rwlock"); in ZTEST()
134 zassert_not_null(pthread_rwlock_destroy); in ZTEST()
173 #define pthread_rwlock_destroy(...) zap_pthread_rwlock_destroy(__VA_ARGS__) macro
447 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
142 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock) in pthread_rwlock_destroy() function
875 pthread_rwlock_destroy(),yes