Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Drwlock.c18 struct posix_rwlock { struct
31 static uint32_t read_lock_acquire(struct posix_rwlock *rwl, int32_t timeout); argument
32 static uint32_t write_lock_acquire(struct posix_rwlock *rwl, int32_t timeout);
38 static struct posix_rwlock posix_rwlock_pool[CONFIG_MAX_PTHREAD_RWLOCK_COUNT];
49 static inline size_t posix_rwlock_to_offset(struct posix_rwlock *rwl) in posix_rwlock_to_offset()
59 static struct posix_rwlock *get_posix_rwlock(pthread_rwlock_t rwlock) in get_posix_rwlock()
85 struct posix_rwlock *to_posix_rwlock(pthread_rwlock_t *rwlock) in to_posix_rwlock()
88 struct posix_rwlock *rwl; in to_posix_rwlock()
117 struct posix_rwlock *rwl; in pthread_rwlock_init()
147 struct posix_rwlock *rwl; in pthread_rwlock_destroy()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst475 …hub:`6684` - [Coverity CID: 183048] Program hangs in /tests/posix/pthread_rwlock/src/posix_rwlock.c
481 …hub:`6690` - [Coverity CID: 183042] Program hangs in /tests/posix/pthread_rwlock/src/posix_rwlock.c
488 …hub:`6699` - [Coverity CID: 183033] Program hangs in /tests/posix/pthread_rwlock/src/posix_rwlock.c
571 …4` - [Coverity CID: 185280] Error handling issues in /tests/posix/pthread_rwlock/src/posix_rwlock.c
Drelease-notes-1.14.rst2020 * :github:`10586` - [Coverity CID :188739]Program hangs in /tests/posix/common/src/posix_rwlock.c
2024 * :github:`10582` - [Coverity CID :188743]Program hangs in /tests/posix/common/src/posix_rwlock.c