/*D
   MPI_Request_get_status_all - Nondestructive test for the completion of all requests

Synopsis:
.vb
int MPI_Request_get_status_all(int count, MPI_Request array_of_requests[],
                               int *flag, MPI_Status *array_of_statuses)
.ve

Input Parameters:
+ count - count (non-negative integer)
- array_of_requests - array of requests (handle)

Output Parameters:
+ flag - flag (logical)
- array_of_statuses - array of status objects (Status)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_COUNT
.N MPI_ERR_REQUEST
.N MPI_ERR_OTHER

D*/

