Searched refs:pthread_rwlock_trywrlock (Results 1 – 6 of 6) sorted by relevance
37 ret = pthread_rwlock_trywrlock(&rwlock); in thread_top()63 zassert_equal(pthread_rwlock_trywrlock(&rwlock), EINVAL); in ZTEST()
140 zassert_not_null(pthread_rwlock_trywrlock); in ZTEST()
185 #define pthread_rwlock_trywrlock(...)\ macro
456 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
304 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock) in pthread_rwlock_trywrlock() function
879 pthread_rwlock_trywrlock(),yes