Home
last modified time | relevance | path

Searched refs:pthread_rwlock_tryrdlock (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dposix_rwlock.c29 ret = pthread_rwlock_tryrdlock(&rwlock); in thread_top()
72 zassert_equal(pthread_rwlock_tryrdlock(&rwlock), EINVAL, NULL); in test_posix_rw_lock()
/Zephyr-Core-2.7.6/lib/posix/
Dpthread_rwlock.c113 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock) in pthread_rwlock_tryrdlock() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h186 #define pthread_rwlock_tryrdlock(...)\ macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h515 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);