#include <cassert>
#include "mem_layout.h"
#include "types.h"
#include "config.h"
Go to the source code of this file.
Defines | |
#define | check(expression) |
Functions | |
Context * | context_of (const void *ptr) |
Context * | current () |
Variables | |
Task * | sigma0_task |
Space * | sigma0_space |
Thread * | sigma0_thread |
Timeout * | timeslice_timeout |
bool | running |
unsigned | boot_stack |
|
Value: ((void)((expression) ? 0 : \ (panic(__FILE__":%u: failed check `"#expression"'", \ __LINE__), 0))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|