root/ompi/mca/vprotocol/example/vprotocol_example_wait.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef __VPROTOCOL_EXAMPLE_WAIT_H__
  12 #define __VPROTOCOL_EXAMPLE_WAIT_H__
  13 
  14 #include "ompi_config.h"
  15 #include "vprotocol_example.h"
  16 
  17 OMPI_DECLSPEC int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status);
  18 OMPI_DECLSPEC int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses);
  19 OMPI_DECLSPEC int mca_vprotocol_example_wait_all(size_t count, ompi_request_t ** requests, ompi_status_public_t * statuses);
  20 
  21 #endif /* __VPROTOCOL_EXAMPLE_WAIT_H__ */

/* [<][>][^][v][top][bottom][index][help] */