Home
last modified time | relevance | path

Searched refs:lvgl_heap_lock (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/modules/lvgl/
Dlvgl_mem.c24 static struct k_spinlock lvgl_heap_lock; variable
31 key = k_spin_lock(&lvgl_heap_lock); in lvgl_malloc()
33 k_spin_unlock(&lvgl_heap_lock, key); in lvgl_malloc()
43 key = k_spin_lock(&lvgl_heap_lock); in lvgl_realloc()
45 k_spin_unlock(&lvgl_heap_lock, key); in lvgl_realloc()
54 key = k_spin_lock(&lvgl_heap_lock); in lvgl_free()
56 k_spin_unlock(&lvgl_heap_lock, key); in lvgl_free()
63 key = k_spin_lock(&lvgl_heap_lock); in lvgl_print_heap_info()
65 k_spin_unlock(&lvgl_heap_lock, key); in lvgl_print_heap_info()
73 key = k_spin_lock(&lvgl_heap_lock); in lvgl_heap_stats()
[all …]