maxwait           133 orte/runtime/orte_wait.h #define ORTE_DETECT_TIMEOUT(n, deltat, maxwait, cbfunc, cbd)                \
maxwait           143 orte/runtime/orte_wait.h         if ((maxwait) > 0 && timeout > (maxwait)) {                         \
maxwait           144 orte/runtime/orte_wait.h             timeout = (maxwait);                                            \