zephyr/include/misc
Flavio Ceolin 02ed85bd82 kernel: sched: Change boolean APIs to return bool
Change APIs that essentially return a boolean expression  - 0 for
false and 1 for true - to return a bool.

MISRA-C rule 14.4

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-28 06:28:41 +05:30
..
__assert.h kernel: Using boolean types for boolean constants 2018-09-28 06:28:41 +05:30
byteorder.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
dlist.h misc: dlist: Using boolean expressions 2018-09-28 06:28:41 +05:30
errno_private.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
libc-hooks.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
list_gen.h misc: list_gen: Using boolean expressions 2018-09-28 06:28:41 +05:30
mempool_base.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
mempool.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
printk.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
rb.h kernel: sched: Change boolean APIs to return bool 2018-09-28 06:28:41 +05:30
reboot.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ring_buffer.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
sflist.h kernel: Using boolean expression on ASSERT macros 2018-09-28 06:28:41 +05:30
slist.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
stack.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
util.h kernel: Using boolean types for boolean constants 2018-09-28 06:28:41 +05:30