Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dpthread.h393 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr);
400 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr);
402 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *ZRESTRICT attr,
404 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared);
449 const pthread_rwlockattr_t *attr);
Dposix_types.h139 typedef uint32_t pthread_rwlockattr_t; typedef
/Zephyr-latest/lib/posix/options/
Drwlock.c115 const pthread_rwlockattr_t *attr) in pthread_rwlock_init()
396 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *ZRESTRICT attr, in pthread_rwlockattr_getpshared()
410 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()
427 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()
443 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()
/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c123 pthread_rwlockattr_t attr; in test_pthread_rwlockattr_pshared_common()