Function MPI_Testall

extern(C) int MPI_Testall (
  int count,
  void*[] array_of_requests,
  int* flag,
  MPI_Status[] array_of_statuses
);