Lines Matching refs:thread
72 and an addition thread `_pxp_render_thread_cb()` will be spawned in order to
78 …lv_thread_init(&draw_pxp_unit->thread, "pxpdraw", LV_THREAD_PRIO_HIGH, _pxp_render_thread_cb, 2 * …
81 If `LV_USE_PXP_DRAW_THREAD` is not defined, then no additional draw thread will be created
82 and the PXP drawing task will get executed on the same LVGL main thread.
102 block the LVGL drawing thread and switch to another task or suspend the CPU for
194 drawing thread.
203 RTOS is required to block the LVGL drawing thread and switch to another
271 and an addition thread `_vglite_render_thread_cb()` will be spawned in order to
277 …lv_thread_init(&draw_vglite_unit->thread, "vglitedraw", LV_THREAD_PRIO_HIGH, _vglite_render_thread…
280 If `LV_USE_VGLITE_DRAW_THREAD` is not defined, then no additional draw thread will be created
281 and the VGLite drawing task will get executed on the same LVGL main thread.
320 task will be sent to the main LVGL thread asynchronously.
327 block the LVGL drawing thread and switch to another task or suspend the CPU for