/openbmc/qemu/tests/unit/ |
H A D | test-yank.c | 131 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 D | iothread.c | 104 qemu_thread_create(&iothread->thread, NULL, iothread_run, in iothread_new()
|
H A D | test-rcu-list.c | 69 qemu_thread_create(&threads[n_threads], "test", func, &data[n_threads], in create_thread()
|
H A D | rcutorture.c | 98 qemu_thread_create(&threads[n_threads], "test", func, &data[n_threads], in create_thread()
|
/openbmc/qemu/accel/ |
H A D | dummy-cpus.c | 73 qemu_thread_create(cpu->thread, thread_name, dummy_cpu_thread_fn, cpu, in dummy_start_vcpu_thread()
|
/openbmc/qemu/util/ |
H A D | compatfd.c | 71 qemu_thread_create(&thread, "signalfd_compat", sigwait_compat, info, in qemu_signalfd_compat()
|
H A D | thread-context.c | 70 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 D | rcu.c | 415 qemu_thread_create(&thread, "call_rcu", call_rcu_thread, in rcu_init_complete()
|
H A D | thread-pool.c | 146 qemu_thread_create(&t, "worker", worker_thread, pool, QEMU_THREAD_DETACHED); in do_spawn_thread()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-accel-ops.c | 69 qemu_thread_create(cpu->thread, thread_name, qemu_nvmm_cpu_thread_fn, in nvmm_start_vcpu_thread()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-mttcg.c | 144 qemu_thread_create(cpu->thread, thread_name, mttcg_cpu_thread_fn, in mttcg_start_vcpu_thread()
|
H A D | tcg-accel-ops-rr.c | 323 qemu_thread_create(cpu->thread, thread_name, in rr_start_vcpu_thread()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.c | 69 qemu_thread_create(cpu->thread, thread_name, whpx_cpu_thread_fn, in whpx_start_vcpu_thread()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-accel-ops.c | 71 qemu_thread_create(cpu->thread, thread_name, kvm_vcpu_thread_fn, in kvm_start_vcpu_thread()
|
/openbmc/qemu/tests/bench/ |
H A D | atomic64-bench.c | 105 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
|
H A D | atomic_add-bench.c | 111 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
|
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 178 qemu_thread_create(&thread, "pbkdf2", threaded_qcrypto_pbkdf2_count_iters, in qcrypto_pbkdf2_count_iters()
|
/openbmc/qemu/io/ |
H A D | task.c | 171 qemu_thread_create(&thread, in qio_task_run_in_thread()
|
/openbmc/qemu/migration/ |
H A D | multifd.c | 725 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 D | ccid-card-emulated.c | 549 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 D | u2f-emulated.c | 342 qemu_thread_create(&key->key_thread, "u2f-key", u2f_emulated_thread, in u2f_emulated_realize()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | pv.c | 144 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 D | client-connection.c | 328 qemu_thread_create(&thread, "nbd-connect", in nbd_co_establish_connection()
|
/openbmc/qemu/include/qemu/ |
H A D | thread.h | 189 void qemu_thread_create(QemuThread *thread, const char *name,
|
/openbmc/qemu/ |
H A D | iothread.c | 213 qemu_thread_create(&iothread->thread, thread_name, iothread_run, in iothread_init()
|