Home
last modified time | relevance | path

Searched refs:qemu_thread_get_self (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/accel/
H A Ddummy-cpus.c28 qemu_thread_get_self(cpu->thread); in dummy_cpu_thread_fn()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c29 qemu_thread_get_self(cpu->thread); in qemu_nvmm_cpu_thread_fn()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c29 qemu_thread_get_self(cpu->thread); in whpx_cpu_thread_fn()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c80 qemu_thread_get_self(cpu->thread); in mttcg_cpu_thread_fn()
H A Dtcg-accel-ops-rr.c192 qemu_thread_get_self(cpu->thread); in rr_cpu_thread_fn()
/openbmc/qemu/accel/kvm/
H A Dkvm-accel-ops.c37 qemu_thread_get_self(cpu->thread); in kvm_vcpu_thread_fn()
/openbmc/qemu/include/qemu/
H A Dthread.h197 void qemu_thread_get_self(QemuThread *thread);
/openbmc/qemu/ui/
H A Dvnc-jobs.c360 qemu_thread_get_self(&queue->thread); in vnc_worker_thread()
H A Dspice-core.c670 qemu_thread_get_self(&me); in qemu_spice_init()
/openbmc/qemu/util/
H A Dqemu-thread-win32.c522 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() function
H A Dqemu-thread-posix.c661 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() function
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c428 qemu_thread_get_self(cpu->thread); in hvf_cpu_thread_fn()
/openbmc/qemu/system/
H A Dcpus.c425 qemu_thread_get_self(&io_thread); in qemu_init_cpu_loop()
/openbmc/qemu/tests/unit/
H A Dtest-aio.c815 qemu_thread_get_self(&this_thread); in test_worker_thread_co_enter()