#include <safempi.h>
|
static bool | Testany (int count, Request *requests, int &index, Status &status) |
|
static bool | Testany (int count, Request *requests, int &index) |
|
static int | Testsome (int incount, Request *requests, int *indices, Status *statuses) |
|
static int | Testsome (int incount, Request *requests, int *indices) |
|
SafeMPI::Request::Request |
( |
| ) |
|
|
inline |
SafeMPI::Request::Request |
( |
const Request & |
other | ) |
|
|
inline |
bool SafeMPI::Request::operator!= |
( |
const Request & |
other | ) |
|
|
inline |
bool SafeMPI::Request::operator== |
( |
const Request & |
other | ) |
|
|
inline |
bool SafeMPI::Request::Test |
( |
MPI_Status & |
status | ) |
|
|
inline |
bool SafeMPI::Request::Test |
( |
| ) |
|
|
inline |
bool SafeMPI::Request::Test_got_lock_already |
( |
MPI_Status & |
status | ) |
|
|
inline |
bool SafeMPI::Request::Test_got_lock_already |
( |
| ) |
|
|
inline |
static bool SafeMPI::Request::Testany |
( |
int |
count, |
|
|
Request * |
requests, |
|
|
int & |
index, |
|
|
Status & |
status |
|
) |
| |
|
inlinestatic |
static bool SafeMPI::Request::Testany |
( |
int |
count, |
|
|
Request * |
requests, |
|
|
int & |
index |
|
) |
| |
|
inlinestatic |
static int SafeMPI::Request::Testsome |
( |
int |
incount, |
|
|
Request * |
requests, |
|
|
int * |
indices, |
|
|
Status * |
statuses |
|
) |
| |
|
inlinestatic |
static int SafeMPI::Request::Testsome |
( |
int |
incount, |
|
|
Request * |
requests, |
|
|
int * |
indices |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: