Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-win32.c22 typedef HRESULT (WINAPI *pSetThreadDescription) (HANDLE hThread, typedef
24 static pSetThreadDescription SetThreadDescriptionFunc;
35 (pSetThreadDescription)GetProcAddress(kernel32_module, in load_set_thread_description()