mpiThreadFunction
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiThreadFunction(MPIThread thread, MPIThreadFunction *function);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiThreadFunction writes to function, the thread function passed to mpiThreadStart.
thread | A handle to the MPIThread object. |
---|---|
function | A pointer to a function pointer where the function passed to mpiThreadStart will be written. |