max_wait_time     374 opal/tools/opal-checkpoint/opal-checkpoint.c     int s, max_wait_time = 20; /* wait time before giving up on the checkpoint */
max_wait_time     397 opal/tools/opal-checkpoint/opal-checkpoint.c     for( s = 0; s < max_wait_time; ++s) {
max_wait_time     404 opal/tools/opal-checkpoint/opal-checkpoint.c                 s >= max_wait_time - 5 ) {
max_wait_time     406 opal/tools/opal-checkpoint/opal-checkpoint.c                             prog_named_pipe_r, ret, s, max_wait_time);
max_wait_time     414 opal/tools/opal-checkpoint/opal-checkpoint.c                 s >= max_wait_time - 5 ) {
max_wait_time     416 opal/tools/opal-checkpoint/opal-checkpoint.c                             prog_named_pipe_w, ret, s, max_wait_time);
max_wait_time     425 opal/tools/opal-checkpoint/opal-checkpoint.c     if( s == max_wait_time ) {
max_wait_time    1358 orte/mca/snapc/full/snapc_full_local.c     int s_time = 0, max_wait_time;
max_wait_time    1361 orte/mca/snapc/full/snapc_full_local.c     max_wait_time = orte_snapc_full_max_wait_time * (1000000/usleep_time);
max_wait_time    1371 orte/mca/snapc/full/snapc_full_local.c     for( s_time = 0; s_time < max_wait_time || max_wait_time <= 0; ++s_time) {
max_wait_time    1377 orte/mca/snapc/full/snapc_full_local.c             if( s_time >= max_wait_time - 5 && max_wait_time > 0 ) {
max_wait_time    1381 orte/mca/snapc/full/snapc_full_local.c                                      s_time/usleep_time, max_wait_time/usleep_time));
max_wait_time    1388 orte/mca/snapc/full/snapc_full_local.c             if( s_time >= max_wait_time - 5 && max_wait_time > 0 ) {
max_wait_time    1392 orte/mca/snapc/full/snapc_full_local.c                                      s_time/usleep_time, max_wait_time/usleep_time));
max_wait_time    1401 orte/mca/snapc/full/snapc_full_local.c         if( max_wait_time > 0 &&
max_wait_time    1402 orte/mca/snapc/full/snapc_full_local.c             (s_time == (max_wait_time/2) ||
max_wait_time    1403 orte/mca/snapc/full/snapc_full_local.c              s_time == (max_wait_time/4) ||
max_wait_time    1404 orte/mca/snapc/full/snapc_full_local.c              s_time == (3*max_wait_time/4) ) ) {
max_wait_time    1407 orte/mca/snapc/full/snapc_full_local.c                                  vpid_snapshot->process_pid, s_time, max_wait_time));
max_wait_time    1411 orte/mca/snapc/full/snapc_full_local.c     if( max_wait_time > 0 && s_time == max_wait_time ) {
max_wait_time    1577 orte/mca/sstore/stage/sstore_stage_local.c     int s_time = 0, max_wait_time;
max_wait_time    1591 orte/mca/sstore/stage/sstore_stage_local.c         max_wait_time = orte_sstore_stage_compress_delay * (1000000/usleep_time);
max_wait_time    1592 orte/mca/sstore/stage/sstore_stage_local.c         for( s_time = 0; s_time < max_wait_time; ++s_time) {