mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 08:45:56 +00:00
pthread_mutex_init() just redirects to Zephyr kernel primitive, for initializing structure fields. So, use the knowledge that it can't fail (for as long as structure pointer is initialized, and here it's from pre-allocated array), and ignore return value of pthread_mutex_init() Coverity-CID: 203542 Fixes: #18371 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
clock.c | ||
CMakeLists.txt | ||
fs.c | ||
Kconfig | ||
mqueue.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_key.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
pthread.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |