Searched refs:render_thread_cb (Results 1 – 1 of 1) sorted by relevance
49 static void render_thread_cb(void * ptr);88 …lv_thread_init(&draw_sw_unit->thread, "swdraw", LV_THREAD_PRIO_HIGH, render_thread_cb, LV_DRAW_THR… in lv_draw_sw_init()220 static void render_thread_cb(void * ptr) in render_thread_cb() function