Home
last modified time | relevance | path

Searched refs:ThreadContext (Results 1 – 6 of 6) sorted by relevance

/qemu/util/
H A Dthread-context.c44 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 Doslib-posix.c437 int max_threads, ThreadContext *tc, bool async, in touch_all_pages()
572 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
H A Doslib-win32.c268 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
/qemu/include/qemu/
H A Dthread-context.h21 OBJECT_DECLARE_TYPE(ThreadContext, ThreadContextClass,
28 struct ThreadContext { struct
52 void thread_context_create_thread(ThreadContext *tc, QemuThread *thread, argument
H A Dosdep.h682 typedef struct ThreadContext ThreadContext; typedef
706 ThreadContext *tc, bool async, Error **errp);
/qemu/include/sysemu/
H A Dhostmem.h79 ThreadContext *prealloc_context;