ScummVM API documentation

#include <coroutines.h>

Public Attributes

PROCESSpNext
 Pointer to the next process in an active or free list.
 
PROCESSpPrevious
 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.
 

Detailed Description

process structure


The documentation for this struct was generated from the following file: