|
libxmp/libxmpf in Omni Compiler
1.3.4
|

Macros | |
| #define | MPI_PORTABLE_PLATFORM_H |
Functions | |
| void | _xmp_gasnet_lock_initialize (xmp_gasnet_lock_t *lock, const unsigned int number_of_elements) |
| void | _xmp_gasnet_do_lock (int target_rank, xmp_gasnet_lock_t *lock, int *replystate) |
| void | _xmp_gasnet_lock (_XMP_coarray_t *c, const unsigned int offset, const unsigned int target_rank) |
| void | _xmp_gasnet_do_unlock (int target_rank, xmp_gasnet_lock_t *lock, int *replystate, int *replyarg) |
| void | _xmp_gasnet_unlock (_XMP_coarray_t *c, const unsigned int offset, const unsigned int target_rank) |
| void | _xmp_gasnet_lock_request (gasnet_token_t token, int node, uint32_t addr_hi, uint32_t addr_lo) |
| void | _xmp_gasnet_setlockstate (gasnet_token_t token, int state) |
| void | _xmp_gasnet_do_setlockstate (int state) |
| void | _xmp_gasnet_unlock_request (gasnet_token_t token, int node, uint32_t addr_hi, uint32_t addr_lo) |
| void | _xmp_gasnet_lockhandoff (gasnet_token_t token, int handoffarg) |
| void | _xmp_gasnet_do_lockhandoff (int handoffarg) |
| #define MPI_PORTABLE_PLATFORM_H |
| void _xmp_gasnet_do_lock | ( | int | target_rank, |
| xmp_gasnet_lock_t * | lock, | ||
| int * | replystate | ||
| ) |

| void _xmp_gasnet_do_lockhandoff | ( | int | handoffarg | ) |
| void _xmp_gasnet_do_setlockstate | ( | int | state | ) |
| void _xmp_gasnet_do_unlock | ( | int | target_rank, |
| xmp_gasnet_lock_t * | lock, | ||
| int * | replystate, | ||
| int * | replyarg | ||
| ) |

| void _xmp_gasnet_lock | ( | _XMP_coarray_t * | c, |
| const unsigned int | offset, | ||
| const unsigned int | target_rank | ||
| ) |

| void _xmp_gasnet_lock_initialize | ( | xmp_gasnet_lock_t * | lock, |
| const unsigned int | number_of_elements | ||
| ) |
| void _xmp_gasnet_lock_request | ( | gasnet_token_t | token, |
| int | node, | ||
| uint32_t | addr_hi, | ||
| uint32_t | addr_lo | ||
| ) |

| void _xmp_gasnet_lockhandoff | ( | gasnet_token_t | token, |
| int | handoffarg | ||
| ) |
| void _xmp_gasnet_setlockstate | ( | gasnet_token_t | token, |
| int | state | ||
| ) |
| void _xmp_gasnet_unlock | ( | _XMP_coarray_t * | c, |
| const unsigned int | offset, | ||
| const unsigned int | target_rank | ||
| ) |


| void _xmp_gasnet_unlock_request | ( | gasnet_token_t | token, |
| int | node, | ||
| uint32_t | addr_hi, | ||
| uint32_t | addr_lo | ||
| ) |
