#include "bsp_exptable.h"
#include "bsp_memreg.h"
#include "bsp_mesgqueue.h"
Include dependency graph for bsp_delivtable.c:
Go to the source code of this file.
Functions | |
void | deliveryTable_execute (ExpandableTable *restrict table, ExpandableTable *restrict memreg, MessageQueue *restrict mesgq, const int rank) |
Executes a DeliveryTable object, i.e. |
Definition in file bsp_delivtable.c.
|
Executes a DeliveryTable object, i.e. : performs all the actions to be taken when a DeliveryTable is received
Definition at line 46 of file bsp_delivtable.c. References ALIGNED_TYPE, DelivElement::next, no_slots(), put, restrict, and DelivElement::size. Here is the call graph for this function: |