#include <space_index.h>
Public Types | |
enum | { Max_space_number = L4_uid::Max_tasks } |
Public Member Functions | |
Space_index (unsigned number) | |
operator unsigned () | |
Space * | lookup () |
bool | set_chief (Space_index old_chief, Space_index new_chief) |
Space_index | chief () |
Static Public Member Functions | |
static bool | add (Space *new_space, unsigned new_number) |
static bool | del (Space_index number, Space_index chief) |
static void | aux_del (Space_index) |
Private Attributes | |
unsigned | space_id |
Static Private Attributes | |
static Space_registry * | spaces = registered_spaces |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|