Home
last modified time | relevance | path

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

/lvgl-latest/examples/porting/osal/
Dlv_example_osal.c82 lv_unlock(); in increment_thread_entry()
92 lv_unlock(); in increment_thread_entry()
/lvgl-latest/src/osal/
Dlv_os.c57 void lv_unlock(void) in lv_unlock() function
Dlv_os.h182 void lv_unlock(void);
280 static inline void lv_unlock(void) in lv_unlock() function
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst207 :cpp:func:`lv_unlock()` to perform #1 and #2.
210 and :cpp:func:`lv_unlock()` internally, so you do not have to bracket your
216 To enable :cpp:func:`lv_lock()` and :cpp:func:`lv_unlock()`, set ``LV_USE_OS``
227 time_till_next = lv_timer_handler(); /* lv_lock/lv_unlock is called internally */
237 lv_unlock();
243 lv_unlock();
/lvgl-latest/src/misc/
Dlv_timer.c144 lv_unlock(); in lv_timer_handler()
/lvgl-latest/docs/details/integration/driver/
Dwindows.rst110 lv_unlock();
/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c716 lv_unlock(); in lv_windows_window_message_callback()
/lvgl-latest/docs/details/main-components/
Dtimer.rst208 lv_unlock();