|
Data Structures |
| struct | CmiIdleState |
Functions |
| static CmiIdleState * | CmiNotifyGetState (void) |
| static void | CmiNotifyBeginIdle (CmiIdleState *s) |
| static void | CmiNotifyStillIdle (CmiIdleState *s) |
| void | CmiNotifyIdle (void) |
| int | CheckSocketsReady (int withDelayMs) |
| void | TransmitAckDatagram (OtherNode node) |
| void | TransmitImplicitDgram (ImplicitDgram dg) |
| void | TransmitImplicitDgram1 (ImplicitDgram dg) |
| int | TransmitAcknowledgement () |
| int | TransmitDatagram () |
| void | EnqueueOutgoingDgram (OutgoingMsg ogm, char *ptr, int len, OtherNode node, int rank, int broot) |
| void | DeliverViaNetwork (OutgoingMsg ogm, OtherNode node, int rank, unsigned int broot, int copy) |
| void | AssembleDatagram (OtherNode node, ExplicitDgram dg) |
| void | AssembleReceivedDatagrams (OtherNode node) |
| void | IntegrateMessageDatagram (ExplicitDgram dg) |
| void | IntegrateAckDatagram (ExplicitDgram dg) |
| void | ReceiveDatagram () |
| void | CmiHandleImmediate () |
| static void | CommunicationServer (int sleepTime, int where) |
| void | CmiMachineInit (char **argv) |
| void | CmiCommunicationInit (char **argv) |
| void | CmiMachineExit () |
| static void | sendBarrierMessage (int pe) |
| static void | recvBarrierMessage () |
| int | CmiBarrier () |
| int | CmiBarrierZero () |