/openbmc/qemu/include/qemu/ |
H A D | thread.h | 12 typedef struct QemuThread QemuThread; typedef 189 void qemu_thread_create(QemuThread *thread, const char *name, 192 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, 194 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, 196 void *qemu_thread_join(QemuThread *thread); 197 void qemu_thread_get_self(QemuThread *thread); 198 bool qemu_thread_is_self(QemuThread *thread);
|
H A D | thread-context.h | 34 QemuThread thread; 52 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread,
|
H A D | thread-win32.h | 38 struct QemuThread { struct 44 HANDLE qemu_thread_get_handle(struct QemuThread *thread); argument
|
H A D | thread-posix.h | 44 struct QemuThread { struct
|
/openbmc/qemu/migration/ |
H A D | migration.h | 114 QemuThread fault_thread; 119 QemuThread listen_thread; 148 QemuThread postcopy_prio_thread; 273 QemuThread thread; 324 QemuThread rp_thread;
|
H A D | multifd.h | 127 QemuThread thread; 129 QemuThread tls_thread; 183 QemuThread thread;
|
H A D | postcopy-ram.h | 141 QemuThread *thread, const char *name,
|
/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 431 void *qemu_thread_join(QemuThread *thread) in qemu_thread_join() 479 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create() 510 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() 516 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity() 522 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() 528 HANDLE qemu_thread_get_handle(QemuThread *thread) in qemu_thread_get_handle() 549 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self()
|
H A D | qemu-thread-posix.c | 549 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create() 592 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() 619 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity() 661 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() 666 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self() 676 void *qemu_thread_join(QemuThread *thread) in qemu_thread_join()
|
H A D | compatfd.c | 58 QemuThread thread; in qemu_signalfd_compat()
|
H A D | thread-context.c | 35 QemuThread *thread; 334 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread, in type_init()
|
H A D | rcu.c | 404 QemuThread thread; in rcu_init_complete()
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm_int.h | 73 QemuThread msr_thr; 99 QemuThread reaper_thr;
|
H A D | iothread.h | 27 QemuThread thread;
|
H A D | dump.h | 203 QemuThread dump_thread; /* thread for detached dump */
|
/openbmc/qemu/tests/bench/ |
H A D | atomic64-bench.c | 21 static QemuThread *threads; 96 threads = g_new(QemuThread, n_threads); in create_threads()
|
H A D | atomic_add-bench.c | 16 static QemuThread *threads; 99 threads = g_new(QemuThread, n_threads); in create_threads()
|
H A D | qht-bench.c | 41 static QemuThread *rw_threads; 62 static QemuThread *rz_threads; 243 th_create_n(QemuThread **threads, struct thread_info **infos, const char *name, in th_create_n() 247 QemuThread *th; in th_create_n()
|
/openbmc/qemu/tests/unit/ |
H A D | iothread.c | 27 QemuThread thread;
|
H A D | test-yank.c | 71 QemuThread thread; in char_change_test()
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu.h | 59 QemuThread core_proc; /* Background processing thread */
|
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 176 QemuThread thread; in qcrypto_pbkdf2_count_iters()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-rr.c | 312 static QemuThread *single_tcg_cpu_thread; in rr_start_vcpu_thread()
|
/openbmc/qemu/io/ |
H A D | task.c | 157 QemuThread thread; in qio_task_run_in_thread()
|
/openbmc/qemu/hw/usb/ |
H A D | ccid-card-emulated.c | 128 QemuThread event_thread_id; 136 QemuThread apdu_thread_id;
|