Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c55 static void * _poll_thread(void * data);
183 pthread_create(&dsc->worker_thread, NULL, _poll_thread, dsc); in lv_libinput_create()
306 static void * _poll_thread(void * data) in _poll_thread() function