zephyr/lib
Paul Sokolovsky 5b3df8a180 posix: pthread_create: Ignore retval of pthread_mutex_init() calls
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>
2019-08-21 07:26:59 -05:00
..
cmsis_rtos_v1
cmsis_rtos_v2
gui include/lvgl: rearrange for standard use of extern "C" 2019-08-13 18:00:31 +02:00
libc lib/newlib: revert treatment of libc files as system includes 2019-08-20 12:51:16 -05:00
os lib: os: add sys_sem data type 2019-07-24 10:12:25 -07:00
posix posix: pthread_create: Ignore retval of pthread_mutex_init() calls 2019-08-21 07:26:59 -05:00
updatehub
CMakeLists.txt
Kconfig