zephyr/lib/os
Krzysztof Chruściński 47df73e51b lib: os: mpsc_pbuf: Do not use sem when CONFIG_MULTITHREADING=n
When multithreading is off packet buffer should not use feature which
allows waiting for available buffer.

mpsc_pbuf is used by logging which can work in deferred mode in
no multithreading build.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-07-08 14:58:32 -04:00
..
zvfs Revert "net: sockets: move poll implementation to zvfs" 2024-07-03 15:03:05 -04:00
assert.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c
cbprintf.c
CMakeLists.txt Revert "net: sockets: move poll implementation to zvfs" 2024-07-03 15:03:05 -04:00
fdtable.c Revert "fdtable: read, write, close: only execute methods if non-NULL" 2024-07-03 15:03:05 -04:00
Kconfig lib: os: spsc_pbuf: Clarify using cache management in the module 2024-07-01 16:07:30 -04:00
Kconfig.cbprintf
mpsc_pbuf.c lib: os: mpsc_pbuf: Do not use sem when CONFIG_MULTITHREADING=n 2024-07-08 14:58:32 -04:00
mutex.c
p4wq.c
poweroff.c
printk.c
reboot.c
sem.c
spsc_pbuf.c
thread_entry.c
user_work.c