Searched refs:qemu_thread_set_affinity (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/util/ |
H A D | thread-context.c | 121 ret = qemu_thread_set_affinity(&tc->thread, bitmap, nbits); in thread_context_set_cpu_affinity() 221 ret = qemu_thread_set_affinity(&tc->thread, bitmap, nbits); in thread_context_set_node_affinity() 266 ret = qemu_thread_set_affinity(&tc->thread, tc->init_cpu_bitmap, in thread_context_instance_complete()
|
H A D | qemu-thread-win32.c | 510 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() function
|
H A D | qemu-thread-posix.c | 592 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() function
|
/openbmc/qemu/include/qemu/ |
H A D | thread.h | 192 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus,
|