Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-win32.c22 typedef HRESULT (WINAPI *pSetThreadDescription) (HANDLE hThread,
354 HANDLE hThread; in qemu_thread_create() local
368 hThread = (HANDLE) _beginthreadex(NULL, 0, win32_start_routine, in qemu_thread_create()
370 if (!hThread) { in qemu_thread_create()
373 if (name_threads && name && !set_thread_description(hThread, name)) { in qemu_thread_create()
376 CloseHandle(hThread); in qemu_thread_create()