#include <coroutines.h>
Public Attributes | |
| PROCESS * | pNext |
| Pointer to the next process in an active or free list. | |
| PROCESS * | pPrevious |
| Pointer to the previous process in an active or free list. | |
| CoroContext | state |
| State of the coroutine. | |
| CORO_ADDR | coroAddr |
| Entry point of the coroutine. | |
| int | sleepTime |
| Number of scheduler cycles to sleep. | |
| uint32 | pid |
| Process ID. | |
| uint32 | pidWaiting [5] |
| Process ID(s) that the process is currently waiting on. | |
| char | param [40] |
| Process-specific information. | |
process structure