mpiControlEventServiceStatus
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiControlEventServiceStatus(MPIControl control, MPIControlEventServiceStatus *status);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiControlEventServiceStatus reads the controller’s event service thread status and writes it into the structure pointed to by status.
control | The control object from which the event service thread status is read. |
---|---|
status | A pointer to the MPIControlEventServiceStatus structure where the event service thread’s status is written. |