Home
last modified time | relevance | path

Searched refs:QemuThread (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/qemu/include/qemu/
H A Dthread.h12 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 Dthread-context.h34 QemuThread thread;
52 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread,
H A Dthread-win32.h38 struct QemuThread { struct
44 HANDLE qemu_thread_get_handle(struct QemuThread *thread); argument
H A Dthread-posix.h44 struct QemuThread { struct
/openbmc/qemu/migration/
H A Dmigration.h114 QemuThread fault_thread;
119 QemuThread listen_thread;
148 QemuThread postcopy_prio_thread;
273 QemuThread thread;
324 QemuThread rp_thread;
H A Dmultifd.h127 QemuThread thread;
129 QemuThread tls_thread;
183 QemuThread thread;
H A Dpostcopy-ram.h141 QemuThread *thread, const char *name,
/openbmc/qemu/util/
H A Dqemu-thread-win32.c431 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 Dqemu-thread-posix.c549 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 Dcompatfd.c58 QemuThread thread; in qemu_signalfd_compat()
H A Dthread-context.c35 QemuThread *thread;
334 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread, in type_init()
H A Drcu.c404 QemuThread thread; in rcu_init_complete()
/openbmc/qemu/include/sysemu/
H A Dkvm_int.h73 QemuThread msr_thr;
99 QemuThread reaper_thr;
H A Diothread.h27 QemuThread thread;
H A Ddump.h203 QemuThread dump_thread; /* thread for detached dump */
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c21 static QemuThread *threads;
96 threads = g_new(QemuThread, n_threads); in create_threads()
H A Datomic_add-bench.c16 static QemuThread *threads;
99 threads = g_new(QemuThread, n_threads); in create_threads()
H A Dqht-bench.c41 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 Diothread.c27 QemuThread thread;
H A Dtest-yank.c71 QemuThread thread; in char_change_test()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h59 QemuThread core_proc; /* Background processing thread */
/openbmc/qemu/crypto/
H A Dpbkdf.c176 QemuThread thread; in qcrypto_pbkdf2_count_iters()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c312 static QemuThread *single_tcg_cpu_thread; in rr_start_vcpu_thread()
/openbmc/qemu/io/
H A Dtask.c157 QemuThread thread; in qio_task_run_in_thread()
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c128 QemuThread event_thread_id;
136 QemuThread apdu_thread_id;

12