zephyr/tests/kernel/poll
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
..
src kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
prj.conf k_poll: expose to user mode 2018-05-17 23:34:03 +03:00
testcase.yaml coverage: tests: poll: Add test to validate multiple polling threads 2018-08-16 15:31:43 -07:00