|
libxmp/libxmpf in Omni Compiler
1.3.4
|
Wrapper functions for post/wait. More...
#include "xmp_internal.h"
Functions | |
| void | _XMP_post_wait_initialize () |
| void | _XMP_post_1 (const _XMP_nodes_t *node_desc, const int num1, const int tag) |
| void | _XMP_post_2 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int tag) |
| void | _XMP_post_3 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int tag) |
| void | _XMP_post_4 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int tag) |
| void | _XMP_post_5 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int tag) |
| void | _XMP_post_6 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6, const int tag) |
| void | _XMP_post_7 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6, const int num7, const int tag) |
| void | _XMP_wait_noargs () |
| void | _XMP_wait_1 (const _XMP_nodes_t *node_desc, const int num1, const int tag) |
| void | _XMP_wait_node_1 (const _XMP_nodes_t *node_desc, const int num1) |
| void | _XMP_wait_2 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int tag) |
| void | _XMP_wait_node_2 (const _XMP_nodes_t *node_desc, const int num1, const int num2) |
| void | _XMP_wait_3 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int tag) |
| void | _XMP_wait_node_3 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3) |
| void | _XMP_wait_4 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int tag) |
| void | _XMP_wait_node_4 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4) |
| void | _XMP_wait_5 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int tag) |
| void | _XMP_wait_node_5 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5) |
| void | _XMP_wait_6 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6, const int tag) |
| void | _XMP_wait_node_6 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6) |
| void | _XMP_wait_7 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6, const int num7, const int tag) |
| void | _XMP_wait_node_7 (const _XMP_nodes_t *node_desc, const int num1, const int num2, const int num3, const int num4, const int num5, const int num6, const int num7) |
Wrapper functions for post/wait.
| void _XMP_post_1 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | tag | ||
| ) |

| void _XMP_post_2 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | tag | ||
| ) |

| void _XMP_post_3 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | tag | ||
| ) |

| void _XMP_post_4 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | tag | ||
| ) |

| void _XMP_post_5 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | tag | ||
| ) |

| void _XMP_post_6 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6, | ||
| const int | tag | ||
| ) |

| void _XMP_post_7 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6, | ||
| const int | num7, | ||
| const int | tag | ||
| ) |

| void _XMP_post_wait_initialize | ( | ) |


| void _XMP_wait_1 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_2 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_3 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_4 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_5 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_6 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_7 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6, | ||
| const int | num7, | ||
| const int | tag | ||
| ) |

| void _XMP_wait_noargs | ( | ) |

| void _XMP_wait_node_1 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1 | ||
| ) |

| void _XMP_wait_node_2 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2 | ||
| ) |

| void _XMP_wait_node_3 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3 | ||
| ) |

| void _XMP_wait_node_4 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4 | ||
| ) |

| void _XMP_wait_node_5 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5 | ||
| ) |

| void _XMP_wait_node_6 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6 | ||
| ) |

| void _XMP_wait_node_7 | ( | const _XMP_nodes_t * | node_desc, |
| const int | num1, | ||
| const int | num2, | ||
| const int | num3, | ||
| const int | num4, | ||
| const int | num5, | ||
| const int | num6, | ||
| const int | num7 | ||
| ) |
