SimGrid 3.7.1
Scalable simulation of distributed systems
Typedefs | Functions
Fifo constructor and destructor
Fifo: generic workqueue

Typedefs

typedef struct xbt_fifo_item * xbt_fifo_item_t
 Bucket structure.
typedef struct xbt_fifo * xbt_fifo_t
 FIFO structure.

Functions

xbt_fifo_t xbt_fifo_new (void)
void xbt_fifo_free (xbt_fifo_t)
void xbt_fifo_reset (xbt_fifo_t)
 Makes a fifo empty.

Function Documentation

xbt_fifo_t xbt_fifo_new ( void  )

Constructor

Returns:
a new fifo
void xbt_fifo_free ( xbt_fifo_t  l)

Destructor

Parameters:
lpoor 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.

Parameters:
la fifo

None of the objects that was in the fifo is however modified.


Back to the main Simgrid Documentation page The version of SimGrid documented here is v3.7.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated by doxygen