zephyr/lib/cmsis_rtos_v1
Niranjhana N 1e152ff20e lib: cmsis_rtos_v1: do null check before use
Moving a thread_def null check to top before
using the structure's elements.

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2018-09-21 08:49:27 -04:00
..
CMakeLists.txt lib/cmsis_rtos_v1: Implement support for Signal Event APIs 2018-08-13 13:08:07 -07:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
cmsis_kernel.c lib/cmsis_rtos_v1: Check if osKernelStart() is called from ISR 2018-08-28 19:19:06 -04:00
cmsis_mailq.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_mempool.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_msgq.c lib: cmsis_rtos_v1: remove unhit return case 2018-08-30 01:11:08 -04:00
cmsis_mutex.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_semaphore.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_signal.c lib/cmsis_rtos_v1: Fix boundary conditions in the signals module 2018-09-09 11:49:53 -04:00
cmsis_thread.c lib: cmsis_rtos_v1: do null check before use 2018-09-21 08:49:27 -04:00
cmsis_timer.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_wait.c