Searched defs:Coroutine (Results 1 – 2 of 2) sorted by relevance
44 struct Coroutine { struct45 CoroutineEntry *entry; argument47 Coroutine *caller; argument62 QSIMPLEQ_ENTRY(Coroutine) co_queue_next; argument
57 typedef struct Coroutine Coroutine; typedef