zephyr/lib/os
frei tycho 44782fd8af lib: change controlling expressions in if/while to Boolean
Use `do { ... } while (false)' instead of `do { ... } while (0)'.
Use comparisons with zero instead of implicitly testing integers.
Use comparisons with NULL instead of implicitly testing pointers.
Use comparisons with NUL instead of implicitly testing plain chars.
Use `bool' instead of `int' to represent Boolean values.
Use `while (true)' instead of `while (1)' to express infinite loops.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-11 20:03:34 +03:00
..
zvfs posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
assert.c llext: export some symbols 2023-12-01 10:08:12 -05:00
cbprintf_complete.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
cbprintf_nano.c lib: os: cbprintf_nano: Fix Coverity issue 316025 2023-06-02 15:07:34 -04:00
cbprintf_packaged.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
cbprintf.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
CMakeLists.txt posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
fdtable.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
Kconfig posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
Kconfig.cbprintf libc/picolibc: Support 'long long' and 'minimal' printf variants 2023-11-20 06:07:58 -05:00
mpsc_pbuf.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
mutex.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
p4wq.c kernel: move wait_q.h header to be internal 2023-09-12 12:55:36 -04:00
poweroff.c lib: os: add support for system power off 2023-08-04 16:59:36 +02:00
printk.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
reboot.c lib: os: reboot: include zephyr/cache.h 2023-01-24 14:35:49 +00:00
sem.c lib: os: coding guidelines: add explicit cast to void 2024-05-03 07:52:42 -04:00
spsc_pbuf.c spsc_pbuf: fix cache invalidation in spsc_pbuf_free 2024-02-01 13:10:28 -06:00
thread_entry.c kernel: Option to not use tls to get current thread 2023-11-21 15:49:48 +01:00
user_work.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00