![]() ![]() | ![]() |
version 1.1.1.1, 2018/04/24 19:17:36 | version 1.1.1.2, 2018/04/24 19:34:51 |
---|---|
Line 37 struct Coroutine { | Line 37 struct Coroutine { |
CoroutineEntry *entry; | CoroutineEntry *entry; |
void *entry_arg; | void *entry_arg; |
Coroutine *caller; | Coroutine *caller; |
QLIST_ENTRY(Coroutine) pool_next; | QSLIST_ENTRY(Coroutine) pool_next; |
QTAILQ_ENTRY(Coroutine) co_queue_next; | QTAILQ_ENTRY(Coroutine) co_queue_next; |
}; | }; |