CACAO
Data Structures | Macros | Typedefs | Functions
rootset.h File Reference

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_trootset_readout ()
 
void rootset_writeback (rootset_t *rs)
 
void rootset_print (rootset_t *rs)
 

Macro Definition Documentation

#define ROOTSET_DUMMY_THREAD   ((threadobject *) (ptrint) -1)

Definition at line 43 of file rootset.h.

#define ROOTSET_INITIAL_CAPACITY   16

Definition at line 45 of file rootset.h.

Typedef Documentation

typedef struct rootset_t rootset_t

Definition at line 29 of file rootset.h.

Function Documentation

void rootset_print ( rootset_t rs)

Definition at line 403 of file rootset.c.

rootset_t* rootset_readout ( )

Definition at line 330 of file rootset.c.

void rootset_writeback ( rootset_t rs)

Definition at line 366 of file rootset.c.