Lines Matching refs:lvgl_heap_lock
24 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()
75 k_spin_unlock(&lvgl_heap_lock, key); in lvgl_heap_stats()