Searched refs:pthread_rwlock_init (Results 1 – 6 of 6) sorted by relevance
69 zassert_ok(pthread_rwlock_init(&rwlock, NULL), "Failed to create rwlock"); in ZTEST()
135 zassert_not_null(pthread_rwlock_init); in ZTEST()
174 #define pthread_rwlock_init(...) zap_pthread_rwlock_init(__VA_ARGS__) macro
448 int pthread_rwlock_init(pthread_rwlock_t *rwlock,
114 int pthread_rwlock_init(pthread_rwlock_t *rwlock, in pthread_rwlock_init() function
876 pthread_rwlock_init(),yes