Home
last modified time | relevance | path

Searched refs:pthread_rwlock_timedrdlock (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c66 zassert_equal(pthread_rwlock_timedrdlock(&rwlock, &time), EINVAL); in ZTEST()
103 ret = pthread_rwlock_timedrdlock(&rwlock, &time); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c137 zassert_not_null(pthread_rwlock_timedrdlock); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h179 #define pthread_rwlock_timedrdlock(...)\ macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h451 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock,
/Zephyr-latest/lib/posix/options/
Drwlock.c198 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, in pthread_rwlock_timedrdlock() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1062 pthread_rwlock_timedrdlock(),yes