procs_prev_ordered_to_terminate   93 orte/orted/orted_comm.c static opal_pointer_array_t *procs_prev_ordered_to_terminate = NULL;
procs_prev_ordered_to_terminate  306 orte/orted/orted_comm.c         if( NULL == procs_prev_ordered_to_terminate ) {
procs_prev_ordered_to_terminate  307 orte/orted/orted_comm.c             procs_prev_ordered_to_terminate = OBJ_NEW(opal_pointer_array_t);
procs_prev_ordered_to_terminate  308 orte/orted/orted_comm.c             opal_pointer_array_init(procs_prev_ordered_to_terminate, num_procs+1, INT32_MAX, 8);
procs_prev_ordered_to_terminate  323 orte/orted/orted_comm.c             for( p = 0; p < procs_prev_ordered_to_terminate->size; ++p) {
procs_prev_ordered_to_terminate  324 orte/orted/orted_comm.c                 if( NULL == (prev_proc = (orte_proc_t*)opal_pointer_array_get_item(procs_prev_ordered_to_terminate, p))) {
procs_prev_ordered_to_terminate  346 orte/orted/orted_comm.c                 opal_pointer_array_add(procs_prev_ordered_to_terminate, (void*)cur_proc);