Searched defs:MP_OKAY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h120 #define MP_OKAY 0 /* no error, all is well */ macro
360 #define MP_CHECKOK(x) if (MP_OKAY > (res = (x))) goto CLEANUP
361 #define MP_CHECKERR(x) if (MP_OKAY > (res = (x))) goto CLEANUP

Completed in 104 milliseconds