Searched refs:pthread_rwlock_rdlock (Results 1 – 6 of 6) sorted by relevance
28 zassert_ok(pthread_rwlock_rdlock(&rwlock), "Failed to acquire write lock"); in thread_top()61 zassert_equal(pthread_rwlock_rdlock(&rwlock), EINVAL); in ZTEST()105 zassert_ok(pthread_rwlock_rdlock(&rwlock), "Failed to lock"); in ZTEST()
138 zassert_not_null(pthread_rwlock_rdlock); in ZTEST()
175 #define pthread_rwlock_rdlock(...) zap_pthread_rwlock_rdlock(__VA_ARGS__) macro
440 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
175 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock) in pthread_rwlock_rdlock() function
837 pthread_rwlock_rdlock(),yes