OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_context
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
async.c
59
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
->first_bh
[
all
...]
Completed in 44 milliseconds