Searched refs:_poll_thread (Results 1 – 1 of 1) sorted by relevance
55 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