zephyr/lib
Chris Friedt f81293d0dc posix: semaphore: explicitly ignore return of k_mutex_unlock()
The nsem_list_unlock() static inline function looks as though it
was designed to always ignore the return value of
k_mutex_unlock(), presumably for performance reasons.

A quick audit of the code looks as though the call should
always succeed.

Prepend (void) to the call to avoid the coverity defect in the
future.

CID 444386

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-01-30 20:27:48 +01:00
..
acpi lib: fix typo in multiple directories 2025-01-28 00:06:18 +01:00
cpp
crc
hash
heap lib: fix typo in multiple directories 2025-01-28 00:06:18 +01:00
libc picolibc: Replace hard coded -fno-lto flag 2025-01-27 13:24:52 +01:00
mem_blocks
net_buf
open-amp
os lib: os: mpsc_pbuf: Fix infinite loop during allocation 2025-01-29 17:55:56 +01:00
posix posix: semaphore: explicitly ignore return of k_mutex_unlock() 2025-01-30 20:27:48 +01:00
runtime
smf
utils lib: fix typo in multiple directories 2025-01-28 00:06:18 +01:00
CMakeLists.txt
Kconfig