Home
last modified time | relevance | path

Searched defs:Coroutine (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h44 struct Coroutine { struct
45 CoroutineEntry *entry; argument
47 Coroutine *caller; argument
62 QSIMPLEQ_ENTRY(Coroutine) co_queue_next; argument
H A Dcoroutine-core.h57 typedef struct Coroutine Coroutine; typedef