zephyr/lib/os
Hess Nathan fe06ffb37f coding guidelines: comply with MISRA Rule 13.4
- avoid to use assignment expression value

Signed-off-by: Hess Nathan <nhess@baumer.com>
2024-06-15 05:17:26 -04: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 coding guidelines: comply with MISRA Rule 13.4 2024-06-15 05:17:26 -04:00
cbprintf_nano.c
cbprintf_packaged.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
cbprintf.c
CMakeLists.txt posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
fdtable.c fdtable: per-fd offset support, add read/write_offs() methods 2024-06-14 14:01:05 -04: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 coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
p4wq.c
poweroff.c
printk.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
reboot.c lib: os: reboot: dump coverage info on sys_reboot 2024-06-15 04:39:53 -04:00
sem.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -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