Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c289 static void * x11_tick_thread(void * data) in x11_tick_thread() function
389 pthread_create(&xd->thr_tick, NULL, x11_tick_thread, xd); in lv_x11_window_create()