
Go to the source code of this file.
Data Structures | |
| struct | PipeBcastInfo |
| Header used to split messages for the pipelining. More... | |
| class | PipeBcastHashKey |
| The hash key for indexing incoming fragmented messages while waiting to reassemble them. More... | |
| class | PipeBcastHashObj |
| The message in reassembling. More... | |
| class | PipeBroadcastConverse |
| PipeBroadcastConverse streams broadcast messages to all processors, and delivers them using the "deliver" method. More... | |
Functions | |
| CkpvExtern (int, pipeline_handler) | |
| void | PipelineHandler (void *message) |
| Converse handler for messages broadcasted through PipeBroadcastConverse and subclasses when no fragmentation is needed (i.e the total size is less than the pipeSize). | |
| CkpvExtern (int, pipeline_frag_handler) | |
| void | PipelineFragmentHandler (void *message) |
| Converse handler for messages broadcasted through PipeBroadcastConverse and subclasses when fragmentation is needed. | |
Definition in file pipebroadcastconverse.h.
1.5.5