zephyr/lib/os
Xiaolu Sun 45705a84ab logging: fix log buffer pending while it is definitely full
The buffer flags MPSC_PBUF_FULL is a shared resource to determine
whether the buffer is available. When processing drop messages,
the flag will be cleared first and then set, add spin lock protection.

Signed-off-by: Xiaolu Sun <xiaolu.sun@intel.com>
2024-08-23 08:04:18 -04:00
..
zvfs
CMakeLists.txt
Kconfig
Kconfig.cbprintf
assert.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c
fdtable.c
mpsc_pbuf.c
mutex.c
p4wq.c
poweroff.c
printk.c
reboot.c
sem.c
spsc_pbuf.c
thread_entry.c
user_work.c