cell_inspection component
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

co_execute

Description
Experimental, may change without notice.

SIM_INTERFACE(co_execute) {
        void (*start_thread)(conf_object_t *NOTNULL obj,
                             void (*entry)(lang_void *arg), lang_void *arg);
        void (*yield)(conf_object_t *NOTNULL obj);
};
#define CO_EXECUTE_INTERFACE "co_execute"

Execution Context
Cell Context

cell_inspection component