81 cpu_label( _environment, protothreadLabel );
void cpu_protothread_save(Environment *_environment, char *_index, int _step)
void cpu_protothread_set_state(Environment *_environment, char *_index, int _state)
void cpu_label(Environment *_environment, char *_label)
void cpu_return(Environment *_environment)
#define MAX_TEMPORARY_STORAGE
struct _Environment Environment
Structure of compilation environment.
#define PROTOTHREAD_STATUS_YIELDED
#define CRITICAL_YIELD_CANNOT_BE_CALLED_OUTSIDE_PROCEDURE()
#define CRITICAL_MULTITASKING_FORBIDDEN()
#define PROTOTHREAD_STATUS_RUNNING
void yield(Environment *_environment)
Emit code for YIELD.