Searched defs:async_context (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dasync.c59 static struct AsyncContext *async_context = &(struct AsyncContext) { 0 }; variable in typeref:struct:AsyncContext
68 new->parent = async_context;
69 new->id = async_context->id + 1;
70 async_context = new;
87 struct AsyncContext *old = async_context;
94 async_context = async_context->parent;
97 if (async_context == NULL) {
112 return async_context->id;
133 bh->next = async_context
[all...]

Completed in 25 milliseconds