Searched refs:thread_id (Results 1 – 15 of 15) sorted by relevance
| /openbmc/qemu/migration/ |
| H A D | threadinfo.c | 26 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 D | threadinfo.h | 20 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 D | tb-link.c | 38 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 D | thread-context.c | 46 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 D | vmsr_energy.h | 45 unsigned int thread_id; member 78 unsigned int thread_id,
|
| H A D | vmsr_energy.c | 245 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 D | iothread.c | 50 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 D | thread-context.h | 33 unsigned int thread_id; member
|
| /openbmc/qemu/include/system/ |
| H A D | iothread.h | 35 int thread_id; member
|
| /openbmc/qemu/include/gdbstub/ |
| H A D | commands.h | 22 } thread_id; member
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_x86_64_hotplug_cpu.py | |
| /openbmc/qemu/target/ppc/ |
| H A D | misc_helper.c | 270 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 D | peci-ioctl.h | 297 __u8 thread_id; member 320 __u8 thread_id; member 349 __u16 thread_id; member
|
| /openbmc/qemu/qga/ |
| H A D | channel-win32.c | 8 guint thread_id; member
|
| /openbmc/qemu/hw/i386/ |
| H A D | x86.c | 145 ms->possible_cpus->cpus[i].props.thread_id = topo_ids.smt_id; in x86_possible_cpu_arch_ids()
|