Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dthread.h200 void qemu_thread_naming(bool enable);
/openbmc/qemu/util/
H A Dqemu-thread-win32.c47 void qemu_thread_naming(bool enable) in qemu_thread_naming() function
H A Dqemu-thread-posix.c27 void qemu_thread_naming(bool enable) in qemu_thread_naming() function
/openbmc/qemu/system/
H A Dvl.c549 qemu_thread_naming(qemu_opt_get_bool(opts, "debug-threads", false)); in parse_name()