alpsrun           110 orte/mca/plm/alps/plm_alps_module.c static orte_proc_t *alpsrun = NULL;
alpsrun           474 orte/mca/plm/alps/plm_alps_module.c     if (NULL != alpsrun) {
alpsrun           475 orte/mca/plm/alps/plm_alps_module.c         orte_wait_cb_cancel(alpsrun);
alpsrun           498 orte/mca/plm/alps/plm_alps_module.c     if (NULL != alpsrun && 0 != alpsrun->pid) {
alpsrun           499 orte/mca/plm/alps/plm_alps_module.c         kill(alpsrun->pid, (int)signal);
alpsrun           509 orte/mca/plm/alps/plm_alps_module.c     if (NULL != alpsrun) {
alpsrun           510 orte/mca/plm/alps/plm_alps_module.c         OBJ_RELEASE(alpsrun);
alpsrun           578 orte/mca/plm/alps/plm_alps_module.c     alpsrun = OBJ_NEW(orte_proc_t);
alpsrun           579 orte/mca/plm/alps/plm_alps_module.c     alpsrun->pid = alps_pid;
alpsrun           581 orte/mca/plm/alps/plm_alps_module.c     ORTE_FLAG_SET(alpsrun, ORTE_PROC_FLAG_ALIVE);
alpsrun           583 orte/mca/plm/alps/plm_alps_module.c     orte_wait_cb(alpsrun, alps_wait_cb, orte_event_base, NULL);