SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Typedefs | |
typedef struct xbt_fifo_item * | xbt_fifo_item_t |
Bucket structure. More... | |
typedef struct xbt_fifo * | xbt_fifo_t |
FIFO structure. More... | |
Functions | |
xbt_fifo_t | xbt_fifo_new (void) |
Constructor. More... | |
void | xbt_fifo_free (xbt_fifo_t) |
Destructor. More... | |
void | xbt_fifo_reset (xbt_fifo_t) |
Makes a fifo empty. More... | |
typedef struct xbt_fifo_item* xbt_fifo_item_t |
Bucket structure.
typedef struct xbt_fifo* xbt_fifo_t |
FIFO structure.
xbt_fifo_t xbt_fifo_new | ( | void | ) |
Constructor.
void xbt_fifo_free | ( | xbt_fifo_t | l | ) |
Destructor.
l | poor victim |
Free the fifo structure. None of the objects that was in the fifo is however modified.
void xbt_fifo_reset | ( | xbt_fifo_t | l | ) |
Makes a fifo empty.
l | a fifo |
None of the objects that was in the fifo is however modified.