Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-win32.c404 static unsigned __stdcall win32_start_routine(void *arg) in win32_start_routine() function
497 hThread = (HANDLE) _beginthreadex(NULL, 0, win32_start_routine, in qemu_thread_create()