zephyr/doc/kernel
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
..
data_passing
memory
other kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
overview doc: use https for docs.zephyrproject.org references 2018-09-10 17:46:34 -04:00
synchronization
threads
timing doc: fix minor typo in clock.rst 2018-09-04 11:56:03 -04:00
usermode doc: usermode: Add missing "called" in _k_object_init() description 2018-11-01 16:36:26 -04:00
kernel.rst