Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/migration/
H A Dthreadinfo.c26 MigrationThread *migration_threads_add(const char *name, int thread_id) in migration_threads_add() argument
30 thread->thread_id = thread_id; in migration_threads_add()
58 info->thread_id = thread->thread_id; in qmp_query_migrationthreads()
H A Dthreadinfo.h20 int thread_id; /* ID of the underlying host thread */ member
24 MigrationThread *migration_threads_add(const char *name, int thread_id);
/openbmc/qemu/tests/tcg/multiarch/
H A Dtb-link.c38 pthread_t thread_id; in main() local
53 tmp = pthread_create(&thread_id, NULL, (void *(*)(void *))buf, &hold); in main()
63 tmp = pthread_join(thread_id, NULL); in main()
/openbmc/qemu/util/
H A Dthread-context.c46 tc->thread_id = qemu_get_thread_id(); in thread_context_run()
116 if (tc->thread_id != -1) { in thread_context_set_cpu_affinity()
145 if (tc->thread_id == -1) { in thread_context_get_cpu_affinity()
216 if (tc->thread_id != -1) { in thread_context_set_node_affinity()
243 uint64_t value = tc->thread_id; in thread_context_get_thread_id()
261 while (tc->thread_id == -1) { in thread_context_instance_complete()
295 tc->thread_id = -1; in thread_context_instance_init()
305 if (tc->thread_id != -1) { in thread_context_instance_finalize()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.h45 unsigned int thread_id; member
78 unsigned int thread_id,
H A Dvmsr_energy.c245 unsigned int thread_id, in vmsr_read_thread_stat() argument
253 path_name = g_strdup_printf("/proc/%u/task/%d/stat", pid, thread_id); in vmsr_read_thread_stat()
/openbmc/qemu/
H A Diothread.c50 iothread->thread_id = qemu_get_thread_id(); in iothread_run()
106 iothread->thread_id = -1; in iothread_instance_init()
217 while (iothread->thread_id == -1) { in iothread_init()
355 info->thread_id = iothread->thread_id; in query_one_iothread()
/openbmc/qemu/include/qemu/
H A Dthread-context.h33 unsigned int thread_id; member
/openbmc/qemu/include/system/
H A Diothread.h35 int thread_id; member
/openbmc/qemu/include/gdbstub/
H A Dcommands.h22 } thread_id; member
/openbmc/qemu/tests/functional/
H A Dtest_x86_64_hotplug_cpu.py
/openbmc/qemu/target/ppc/
H A Dmisc_helper.c270 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_load_dpdes() local
273 dpdes |= (0x1 << thread_id); in helper_load_dpdes()
299 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_store_dpdes() local
301 ppc_set_irq(ccpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
/openbmc/dbus-sensors/include/linux/
H A Dpeci-ioctl.h297 __u8 thread_id; member
320 __u8 thread_id; member
349 __u16 thread_id; member
/openbmc/qemu/qga/
H A Dchannel-win32.c8 guint thread_id; member
/openbmc/qemu/hw/i386/
H A Dx86.c145 ms->possible_cpus->cpus[i].props.thread_id = topo_ids.smt_id; in x86_possible_cpu_arch_ids()