Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c69 zassert_ok(pthread_rwlock_init(&rwlock, NULL), "Failed to create rwlock"); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c135 zassert_not_null(pthread_rwlock_init); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h174 #define pthread_rwlock_init(...) zap_pthread_rwlock_init(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h448 int pthread_rwlock_init(pthread_rwlock_t *rwlock,
/Zephyr-latest/lib/posix/options/
Drwlock.c114 int pthread_rwlock_init(pthread_rwlock_t *rwlock, in pthread_rwlock_init() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst876 pthread_rwlock_init(),yes