CACAO
|
Go to the source code of this file.
Data Structures | |
struct | rootset_entry_t |
struct | rootset_t |
Macros | |
#define | ROOTSET_DUMMY_THREAD ((threadobject *) (ptrint) -1) |
#define | ROOTSET_INITIAL_CAPACITY 16 |
Typedefs | |
typedef struct rootset_t | rootset_t |
typedef struct rootset_entry_t | rootset_entry_t |
Functions | |
rootset_t * | rootset_readout () |
void | rootset_writeback (rootset_t *rs) |
void | rootset_print (rootset_t *rs) |
#define ROOTSET_DUMMY_THREAD ((threadobject *) (ptrint) -1) |
typedef struct rootset_entry_t rootset_entry_t |