Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c125 zassert_ok(pthread_rwlockattr_init(&attr)); in test_pthread_rwlockattr_pshared_common()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c147 zassert_not_null(pthread_rwlockattr_init); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h178 #define pthread_rwlockattr_init(...) zap_pthread_rwlockattr_init(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h400 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr);
/Zephyr-latest/lib/posix/options/
Drwlock.c427 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst866 pthread_rwlockattr_init(),yes