Home
last modified time | relevance | path

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

/lvgl-latest/src/osal/
Dlv_windows.c33 static unsigned __stdcall thread_start_routine(void * parameter);
90 thread_start_routine, in lv_thread_init()
213 static unsigned __stdcall thread_start_routine(void * parameter) in thread_start_routine() function