Home
last modified time | relevance | path

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

/qemu/
A Devent-loop-base.c27 EventLoopBase *base = EVENT_LOOP_BASE(obj); in event_loop_base_instance_init()
33 "aio-max-batch", offsetof(EventLoopBase, aio_max_batch),
36 "thread-pool-min", offsetof(EventLoopBase, thread_pool_min),
39 "thread-pool-max", offsetof(EventLoopBase, thread_pool_max),
45 EventLoopBase *event_loop_base = EVENT_LOOP_BASE(obj); in event_loop_base_get_param()
56 EventLoopBase *base = EVENT_LOOP_BASE(obj); in event_loop_base_set_param()
83 EventLoopBase *base = EVENT_LOOP_BASE(uc); in event_loop_base_complete()
93 EventLoopBase *backend = EVENT_LOOP_BASE(uc); in event_loop_base_can_be_deleted()
125 .instance_size = sizeof(EventLoopBase),
A Diothread.c154 static void iothread_set_aio_context_params(EventLoopBase *base, Error **errp) in iothread_set_aio_context_params()
180 static void iothread_init(EventLoopBase *base, Error **errp) in iothread_init()
/qemu/include/sysemu/
A Devent-loop-base.h19 OBJECT_DECLARE_TYPE(EventLoopBase, EventLoopBaseClass,
25 void (*init)(EventLoopBase *base, Error **errp);
26 void (*update_params)(EventLoopBase *base, Error **errp);
27 bool (*can_be_deleted)(EventLoopBase *base);
30 struct EventLoopBase { struct
A Diothread.h25 EventLoopBase parent_obj;
/qemu/util/
A Dmain-loop.c186 static void main_loop_update_params(EventLoopBase *base, Error **errp) in main_loop_update_params()
203 static void main_loop_init(EventLoopBase *base, Error **errp) in main_loop_init()
218 static bool main_loop_can_be_deleted(EventLoopBase *base) in main_loop_can_be_deleted()
/qemu/include/qemu/
A Dmain-loop.h38 EventLoopBase parent_obj;

Completed in 14 milliseconds