StuBS
|
Functions | |
void | panic () |
Panic function. | |
void * | prepareContext (void *tos, void(*kickoff)(void *), void *param1) |
Prepares a context for its first activation. | |
void panic | ( | ) |
Panic function.
If the kickoff function (assigned in prepareContext) returns, this parameterless function will be called – and stop the execution. For this to happen, a pointer to this function must be placed on the stack.