Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c25 ret = pthread_rwlock_tryrdlock(&rwlock); in thread_top()
64 zassert_equal(pthread_rwlock_tryrdlock(&rwlock), EINVAL); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c141 zassert_not_null(pthread_rwlock_tryrdlock); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h183 #define pthread_rwlock_tryrdlock(...)\ macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h455 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
/Zephyr-latest/lib/posix/options/
Drwlock.c231 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock) in pthread_rwlock_tryrdlock() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst860 pthread_rwlock_tryrdlock(),yes