Home
last modified time | relevance | path

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

/lvgl-latest/examples/porting/osal/
Dlv_example_osal.c78 lv_lock(); in increment_thread_entry()
90 lv_lock(); in increment_thread_entry()
/lvgl-latest/src/osal/
Dlv_os.c47 void lv_lock(void) in lv_lock() function
Dlv_os.h169 void lv_lock(void);
270 static inline void lv_lock(void) in lv_lock() function
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst206 other than ``LV_OS_NONE`` in ``lv_conf.h``) you can use :cpp:func:`lv_lock()` and
209 When this is the case, :cpp:func:`lv_timer_handler` calls :cpp:func:`lv_lock()`
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 */
235 lv_lock();
240 lv_lock();
/lvgl-latest/src/misc/
Dlv_timer.c81 lv_lock(); in lv_timer_handler()
/lvgl-latest/docs/details/integration/driver/
Dwindows.rst88 lv_lock();
/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c706 lv_lock(); in lv_windows_window_message_callback()
/lvgl-latest/docs/details/main-components/
Dtimer.rst206 lv_lock();