zephyr/lib/libc/common/source
Keith Packard 706d9f6db2 libc/common: Use static initializer for z_malloc_heap_mutex
Instead of explicitly initializing the mutex at runtime, use
SYS_MUTEX_DEFINE to initialize it at build time instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-05-11 01:25:01 +09:00
..
stdlib libc/common: Use static initializer for z_malloc_heap_mutex 2023-05-11 01:25:01 +09:00
string libc: Move strnlen into common 2023-05-08 09:59:27 +02:00
time