Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_setpshared (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dpthread_h.c148 zassert_not_null(pthread_rwlockattr_setpshared); in ZTEST()
/Zephyr-Core-3.7.0/tests/posix/common/src/
Drwlock.c129 zassert_ok(pthread_rwlockattr_setpshared(&attr, pshared)); in test_pthread_rwlockattr_pshared_common()
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpthread.h396 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared);
/Zephyr-Core-3.7.0/lib/posix/options/
Drwlock.c407 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared() function
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/
Dindex.rst845 pthread_rwlockattr_setpshared(),yes