Home
last modified time | relevance | path

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

12

/openbmc/qemu/include/qemu/
H A Dthread.h11 typedef struct QemuThread QemuThread; typedef
207 void qemu_thread_create(QemuThread *thread, const char *name,
210 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus,
212 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus,
214 void *qemu_thread_join(QemuThread *thread);
215 void qemu_thread_get_self(QemuThread *thread);
216 bool qemu_thread_is_self(QemuThread *thread);
H A Dthread-win32.h32 struct QemuThread { struct
38 HANDLE qemu_thread_get_handle(struct QemuThread *thread); argument
H A Dthread-context.h34 QemuThread thread;
52 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread,
H A Dthread-posix.h35 struct QemuThread { struct
/openbmc/qemu/util/
H A Dqemu-thread-win32.c302 void *qemu_thread_join(QemuThread *thread) in qemu_thread_join()
350 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create()
381 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity()
387 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity()
393 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self()
399 HANDLE qemu_thread_get_handle(QemuThread *thread) in qemu_thread_get_handle()
420 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self()
H A Dqemu-thread-posix.c401 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create()
444 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity()
471 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity()
513 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self()
518 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self()
528 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.c427 QemuThread thread;
/openbmc/qemu/migration/
H A Dmultifd.h190 QemuThread thread;
192 QemuThread tls_thread;
248 QemuThread thread;
/openbmc/qemu/include/system/
H A Dkvm_int.h74 QemuThread msr_thr;
100 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/system/
H A Dmain.c88 QemuThread main_loop_thread; in main()
/openbmc/qemu/tests/unit/
H A Diothread.c27 QemuThread thread;
H A Dtest-yank.c71 QemuThread thread; in char_change_test()
H A Dtest-rcu-list.c53 static QemuThread threads[NR_THREADS];
/openbmc/qemu/crypto/
H A Dpbkdf.c176 QemuThread thread; in qcrypto_pbkdf2_count_iters()
/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;
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c131 QemuThread t; in s390_pv_vm_try_disable_async()
/openbmc/qemu/nbd/
H A Dclient-connection.c298 QemuThread thread; in nbd_co_establish_connection()

12