pending_cbs       102 orte/runtime/orte_wait.c static opal_list_t pending_cbs;
pending_cbs       121 orte/runtime/orte_wait.c     OBJ_CONSTRUCT(&pending_cbs, opal_list_t);
pending_cbs       139 orte/runtime/orte_wait.c     OPAL_LIST_DESTRUCT(&pending_cbs);
pending_cbs       176 orte/runtime/orte_wait.c     OPAL_LIST_FOREACH(t2, &pending_cbs, orte_wait_tracker_t) {
pending_cbs       190 orte/runtime/orte_wait.c     opal_list_append(&pending_cbs, &t2->super);
pending_cbs       200 orte/runtime/orte_wait.c     OPAL_LIST_FOREACH(t2, &pending_cbs, orte_wait_tracker_t) {
pending_cbs       202 orte/runtime/orte_wait.c             opal_list_remove_item(&pending_cbs, &t2->super);
pending_cbs       259 orte/runtime/orte_wait.c         OPAL_LIST_FOREACH(t2, &pending_cbs, orte_wait_tracker_t) {
pending_cbs       263 orte/runtime/orte_wait.c                 opal_list_remove_item(&pending_cbs, &t2->super);