Searched refs:pthread_rwlock_wrlock (Results 1 – 6 of 6) sorted by relevance
39 zassert_ok(pthread_rwlock_wrlock(&rwlock), "Failed to acquire WR lock"); in thread_top()62 zassert_equal(pthread_rwlock_wrlock(&rwlock), EINVAL); in ZTEST()92 zassert_ok(pthread_rwlock_wrlock(&rwlock), "Failed to acquire write lock"); in ZTEST()
142 zassert_not_null(pthread_rwlock_wrlock); in ZTEST()
177 #define pthread_rwlock_wrlock(...) zap_pthread_rwlock_wrlock(__VA_ARGS__) macro
458 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
251 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) in pthread_rwlock_wrlock() function
881 pthread_rwlock_wrlock(),yes