Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-win32.c331 static bool set_thread_description(HANDLE h, const char *name) in set_thread_description() function
373 if (name_threads && name && !set_thread_description(hThread, name)) { in qemu_thread_create()