80 yield( _environment );
97 cpu_label( _environment, protothreadLabel );
void cpu_protothread_get_state(Environment *_environment, char *_index, char *_state)
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_bvneq(Environment *_environment, char *_value, char *_label)
void cpu_return(Environment *_environment)
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * variable_compare(Environment *_environment, char *_source, char *_destination)
Compare two variable and return the result of comparation.
Variable * variable_store(Environment *_environment, char *_destination, unsigned int _value)
Store a direct value to a variable.
#define PROTOTHREAD_STATUS_ENDED
#define MAX_TEMPORARY_STORAGE
#define PROTOTHREAD_STATUS_WAITING
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_MULTITASKING_FORBIDDEN()
#define PROTOTHREAD_STATUS_RUNNING
#define CRITICAL_WAIT_PARALLEL_CANNOT_BE_CALLED_OUTSIDE_PROCEDURE()
void wait_parallel(Environment *_environment, char *_thread)
Emit code for WAIT PARALLEL ....
void yield(Environment *_environment)
Emit code for YIELD.