zephyr/lib/cmsis_rtos_v1
Flavio Ceolin aecd4ecb8d kernel: Change k_poll_signal api
k_poll_signal was being used by both, struct and function. Besides
this being extremely error prone it is also a MISRA-C violation.
Changing the function to contain a verb, since it performs an action
and the struct will be a noun. This pattern must be formalized and
followed and across the project.

MISRA-C rules 5.7 and 5.9

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-04 11:37:24 -05:00
..
CMakeLists.txt lib/cmsis_rtos_v1: Implement support for Signal Event APIs 2018-08-13 13:08:07 -07:00
Kconfig lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies 2018-10-02 14:08:33 -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 kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
cmsis_thread.c lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies 2018-10-02 14:08:33 -07:00
cmsis_timer.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_wait.c