Go to the source code of this file.
Data Structures | |
| struct | _PersistentSendsTable |
| struct | _PersistentReceivesTable |
Typedefs | |
| typedef _PersistentSendsTable | PersistentSendsTable |
| typedef _PersistentReceivesTable | PersistentReceivesTable |
Functions | |
| void * | PerAlloc (int size) |
| void | PerFree (char *msg) |
| void | CmiSendPersistentMsg (PersistentHandle h, int destPE, int size, void *m) |
| int | PumpPersistent () |
| void | swapSendSlotBuffers (PersistentSendsTable *slot) |
| void | swapRecvSlotBuffers (PersistentReceivesTable *slot) |
| void | setupRecvSlot (PersistentReceivesTable *slot, int maxBytes) |
Variables | |
| PersistentReceivesTable * | persistentReceivesTableHead |
| PersistentReceivesTable * | persistentReceivesTableTail |
| PersistentHandle * | phs |
| int | phsSize |
Definition in file persist_impl.h.
1.5.1