Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 47) sorted by relevance

12

/qemu/migration/
H A Dthreadinfo.c28 MigrationThread *thread = g_new0(MigrationThread, 1); in migration_threads_add() local
39 void migration_threads_remove(MigrationThread *thread) in migration_threads_remove()
52 MigrationThread *thread = NULL; in qmp_query_migrationthreads() local
/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() local
/qemu/tests/tcg/multiarch/gdbstub/
H A Dinterrupt.py14 def check_interrupt(thread): argument
/qemu/tests/qtest/
H A Dtpm-tis-device-test.c35 GThread *thread; in main() local
H A Dtpm-tis-test.c31 GThread *thread; in main() local
H A Dnuma-test.c141 int64_t socket, core, thread, node; in pc_numa_cpu() local
238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local
288 int64_t socket, core, thread, node; in loongarch64_numa_cpu() local
H A Dtpm-crb-test.c144 GThread *thread; in main() local
H A Divshmem-test.c245 GThread *thread; member
309 ServerThread thread; in test_ivshmem_server() local
H A Ddbus-display-test.c87 GThread *thread; member
/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c32 pthread_t thread; in main() local
H A Dtest-plugin-mem-access.c145 pthread_t thread; in main() local
/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c59 pthread_t thread; in main() local
/qemu/io/
H A Dtask.c47 struct QIOTaskThreadData *thread; member
157 QemuThread thread; in qio_task_run_in_thread() local
/qemu/tests/tcg/s390x/
H A Dcdsg.c79 pthread_t thread; in main() local
/qemu/include/qemu/
H A Dthread-context.h34 QemuThread thread; member
H A Dthread-posix.h45 pthread_t thread; member
/qemu/include/system/
H A Diothread.h27 QemuThread thread; member
/qemu/tests/unit/
H A Diothread.c27 QemuThread thread; member
H A Dtest-yank.c71 QemuThread thread; in char_change_test() local
/qemu/trace/
H A Dsimple.c393 GThread *thread; in trace_thread_create() local
412 GThread *thread; in st_init() local
/qemu/crypto/
H A Dpbkdf.c176 QemuThread thread; in qcrypto_pbkdf2_count_iters() local
/qemu/ui/
H A Dvnc-jobs.c59 QemuThread thread; member
/qemu/nbd/
H A Dclient-connection.c298 QemuThread thread; in nbd_co_establish_connection() local

12