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 docs: Fix mailbox k_mbox_msg.tx_block documentation 2018-06-14 18:00:17 -04:00
memory kernel: internal APIs for thread resource pools 2018-05-16 17:32:59 -07:00
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 doc: Fix K_ALERT_DEFINE in a code example 2018-03-09 20:27:43 -05:00
threads kernel: Add "meta IRQ" thread priorities 2018-05-23 14:25:52 -04:00
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 docs: initial user mode documentation 2017-11-07 08:18:48 -05:00