Home
last modified time | relevance | path

Searched refs:qemu_thread_create (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dtest-yank.c131 qemu_thread_create(&thread, "accept", accept_thread, in char_change_test()
162 qemu_thread_create(&thread, "accept", accept_thread, in char_change_test()
H A Diothread.c104 qemu_thread_create(&iothread->thread, NULL, iothread_run, in iothread_new()
H A Dtest-rcu-list.c69 qemu_thread_create(&threads[n_threads], "test", func, &data[n_threads], in create_thread()
H A Drcutorture.c98 qemu_thread_create(&threads[n_threads], "test", func, &data[n_threads], in create_thread()
/openbmc/qemu/accel/
H A Ddummy-cpus.c73 qemu_thread_create(cpu->thread, thread_name, dummy_cpu_thread_fn, cpu, in dummy_start_vcpu_thread()
/openbmc/qemu/util/
H A Dcompatfd.c71 qemu_thread_create(&thread, "signalfd_compat", sigwait_compat, info, in qemu_signalfd_compat()
H A Dthread-context.c70 qemu_thread_create(cmd_new->thread, cmd_new->name, in thread_context_run()
256 qemu_thread_create(&tc->thread, thread_name, thread_context_run, tc, in thread_context_instance_complete()
H A Drcu.c415 qemu_thread_create(&thread, "call_rcu", call_rcu_thread, in rcu_init_complete()
H A Dthread-pool.c146 qemu_thread_create(&t, "worker", worker_thread, pool, QEMU_THREAD_DETACHED); in do_spawn_thread()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c69 qemu_thread_create(cpu->thread, thread_name, qemu_nvmm_cpu_thread_fn, in nvmm_start_vcpu_thread()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c144 qemu_thread_create(cpu->thread, thread_name, mttcg_cpu_thread_fn, in mttcg_start_vcpu_thread()
H A Dtcg-accel-ops-rr.c323 qemu_thread_create(cpu->thread, thread_name, in rr_start_vcpu_thread()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c69 qemu_thread_create(cpu->thread, thread_name, whpx_cpu_thread_fn, in whpx_start_vcpu_thread()
/openbmc/qemu/accel/kvm/
H A Dkvm-accel-ops.c71 qemu_thread_create(cpu->thread, thread_name, kvm_vcpu_thread_fn, in kvm_start_vcpu_thread()
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c105 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
H A Datomic_add-bench.c111 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
/openbmc/qemu/crypto/
H A Dpbkdf.c178 qemu_thread_create(&thread, "pbkdf2", threaded_qcrypto_pbkdf2_count_iters, in qcrypto_pbkdf2_count_iters()
/openbmc/qemu/io/
H A Dtask.c171 qemu_thread_create(&thread, in qio_task_run_in_thread()
/openbmc/qemu/migration/
H A Dmultifd.c725 qemu_thread_create(&p->tls_thread, MIGRATION_THREAD_SRC_TLS, in multifd_tls_channel_connect()
740 qemu_thread_create(&p->thread, p->name, multifd_send_thread, p, in multifd_channel_connect()
1336 qemu_thread_create(&p->thread, p->name, multifd_recv_thread, p, in multifd_recv_new_channel()
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c549 qemu_thread_create(&card->event_thread_id, "ccid/event", event_thread, in emulated_realize()
551 qemu_thread_create(&card->apdu_thread_id, "ccid/apdu", handle_apdu_thread, in emulated_realize()
H A Du2f-emulated.c342 qemu_thread_create(&key->key_thread, "u2f-key", u2f_emulated_thread, in u2f_emulated_realize()
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c144 qemu_thread_create(&t, "async_cleanup", s390_pv_do_unprot_async_fn, NULL, in s390_pv_vm_try_disable_async()
/openbmc/qemu/nbd/
H A Dclient-connection.c328 qemu_thread_create(&thread, "nbd-connect", in nbd_co_establish_connection()
/openbmc/qemu/include/qemu/
H A Dthread.h189 void qemu_thread_create(QemuThread *thread, const char *name,
/openbmc/qemu/
H A Diothread.c213 qemu_thread_create(&iothread->thread, thread_name, iothread_run, in iothread_init()

12