Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/libinput/
Dlv_libinput_private.h58 pthread_t worker_thread; member
Dlv_libinput.c183 pthread_create(&dsc->worker_thread, NULL, _poll_thread, dsc); in lv_libinput_create()
656 pthread_cancel(dsc->worker_thread); in _delete()