Searched refs:ThreadContext (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/util/ |
H A D | thread-context.c | 44 ThreadContext *tc = opaque; in thread_context_run() 89 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_set_cpu_affinity() 140 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_get_cpu_affinity() 174 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_set_node_affinity() 242 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_get_thread_id() 250 ThreadContext *tc = THREAD_CONTEXT(uc); in thread_context_instance_complete() 293 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_instance_init() 303 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_instance_finalize() 319 .instance_size = sizeof(ThreadContext), 334 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread, in type_init()
|
H A D | oslib-posix.c | 437 int max_threads, ThreadContext *tc, bool async, in touch_all_pages() 572 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
|
H A D | oslib-win32.c | 268 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
|
/openbmc/qemu/include/qemu/ |
H A D | thread-context.h | 21 OBJECT_DECLARE_TYPE(ThreadContext, ThreadContextClass, 28 struct ThreadContext { struct 52 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread, argument
|
H A D | osdep.h | 688 typedef struct ThreadContext ThreadContext; typedef 712 ThreadContext *tc, bool async, Error **errp);
|
/openbmc/qemu/include/sysemu/ |
H A D | hostmem.h | 81 ThreadContext *prealloc_context;
|