Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Drwlock.c25 struct posix_rwlockattr { struct
399 struct posix_rwlockattr *const a = (struct posix_rwlockattr *)attr; in pthread_rwlockattr_getpshared()
412 struct posix_rwlockattr *const a = (struct posix_rwlockattr *)attr; in pthread_rwlockattr_setpshared()
429 struct posix_rwlockattr *const a = (struct posix_rwlockattr *)attr; in pthread_rwlockattr_init()
435 *a = (struct posix_rwlockattr){ in pthread_rwlockattr_init()
445 struct posix_rwlockattr *const a = (struct posix_rwlockattr *)attr; in pthread_rwlockattr_destroy()
451 *a = (struct posix_rwlockattr){0}; in pthread_rwlockattr_destroy()