Function MPI_Waitall

extern(C) int MPI_Waitall (
  int count,
  void** array_of_requests,
  MPI_Status* array_of_statuses
);