Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c65 zassert_equal(pthread_rwlock_timedwrlock(&rwlock, &time), EINVAL); in ZTEST()
71 zassert_ok(pthread_rwlock_timedwrlock(&rwlock, &time), "Failed to acquire write lock"); in ZTEST()
90 ret = pthread_rwlock_timedwrlock(&rwlock, &time); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c138 zassert_not_null(pthread_rwlock_timedwrlock); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h181 #define pthread_rwlock_timedwrlock(...)\ macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h453 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock,
/Zephyr-latest/lib/posix/options/
Drwlock.c271 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, in pthread_rwlock_timedwrlock() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1063 pthread_rwlock_timedwrlock(),yes