Searched refs:pthread_rwlock_tryrdlock (Results 1 – 4 of 4) sorted by relevance
29 ret = pthread_rwlock_tryrdlock(&rwlock); in thread_top()72 zassert_equal(pthread_rwlock_tryrdlock(&rwlock), EINVAL, NULL); in test_posix_rw_lock()
113 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock) in pthread_rwlock_tryrdlock() function
186 #define pthread_rwlock_tryrdlock(...)\ macro
515 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);