Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Drwlock.c28 zassert_ok(pthread_rwlock_rdlock(&rwlock), "Failed to acquire write lock"); in thread_top()
61 zassert_equal(pthread_rwlock_rdlock(&rwlock), EINVAL); in ZTEST()
105 zassert_ok(pthread_rwlock_rdlock(&rwlock), "Failed to lock"); in ZTEST()
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dpthread_h.c138 zassert_not_null(pthread_rwlock_rdlock); in ZTEST()
/Zephyr-Core-3.7.0/arch/posix/include/
Dposix_cheats.h175 #define pthread_rwlock_rdlock(...) zap_pthread_rwlock_rdlock(__VA_ARGS__) macro
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpthread.h440 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
/Zephyr-Core-3.7.0/lib/posix/options/
Drwlock.c175 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock) in pthread_rwlock_rdlock() function
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/
Dindex.rst837 pthread_rwlock_rdlock(),yes