waitpid_status   1066 orte/mca/snapc/full/snapc_full_local.c     int waitpid_status = 0;
waitpid_status   1215 orte/mca/snapc/full/snapc_full_local.c                 ret = waitpid(vpid_snapshot->process_pid, &waitpid_status, WNOHANG|WUNTRACED);
waitpid_status   1217 orte/mca/snapc/full/snapc_full_local.c                 if( (ret > 0) && WIFSTOPPED(waitpid_status) && (SIGSTOP == WSTOPSIG(waitpid_status)) ) {