mpiThreadPriorityGet
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiThreadPriorityGet(MPIThread thread, MPIThreadPriority *priority);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiThreadPriorityGet writes to priority, the current thread priority of the thread object.
thread | A handle to the MPIThread object. |
---|---|
priority | A pointer to an MPIThreadPriority variable where the thread object’s priority is written. |