SimGrid
Functions
Misc fifo functions
Fifo: generic workqueue

Functions

void ** xbt_fifo_to_array (xbt_fifo_t)
xbt_fifo_t xbt_fifo_copy (xbt_fifo_t)

Function Documentation

void** xbt_fifo_to_array ( xbt_fifo_t  f)
Parameters:
fa list
Returns:
a table with the objects stored in f.
xbt_fifo_t xbt_fifo_copy ( xbt_fifo_t  f)
Parameters:
fa list
Returns:
a copy of f.


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