next_base        1396 orte/mca/odls/base/odls_base_default_fns.c             ++orte_odls_globals.next_base;
next_base        1397 orte/mca/odls/base/odls_base_default_fns.c             if (orte_odls_globals.num_threads <= orte_odls_globals.next_base) {
next_base        1398 orte/mca/odls/base/odls_base_default_fns.c                 orte_odls_globals.next_base = 0;
next_base        1400 orte/mca/odls/base/odls_base_default_fns.c             evb = orte_odls_globals.ev_bases[orte_odls_globals.next_base];
next_base        1448 orte/mca/odls/base/odls_base_default_fns.c                                 orte_odls_globals.next_base);
next_base        2121 orte/mca/odls/base/odls_base_default_fns.c     ++orte_odls_globals.next_base;
next_base        2122 orte/mca/odls/base/odls_base_default_fns.c     if (orte_odls_globals.num_threads <= orte_odls_globals.next_base) {
next_base        2123 orte/mca/odls/base/odls_base_default_fns.c         orte_odls_globals.next_base = 0;
next_base        2125 orte/mca/odls/base/odls_base_default_fns.c     evb = orte_odls_globals.ev_bases[orte_odls_globals.next_base];
next_base         159 orte/mca/odls/base/odls_base_frame.c     orte_odls_globals.next_base = 0;
next_base          69 orte/mca/odls/base/odls_private.h     int next_base;                  // counter to load-level thread use
next_base         148 orte/mca/oob/tcp/oob_tcp_component.c     mca_oob_tcp_component.next_base = 0;
next_base          53 orte/mca/oob/tcp/oob_tcp_component.h     int                  next_base;          // counter to load-level thread use
next_base         101 orte/mca/oob/tcp/oob_tcp_component.h         ++mca_oob_tcp_component.next_base;                                              \
next_base         102 orte/mca/oob/tcp/oob_tcp_component.h         if (orte_oob_base.num_threads <= mca_oob_tcp_component.next_base) {             \
next_base         103 orte/mca/oob/tcp/oob_tcp_component.h             mca_oob_tcp_component.next_base = 0;                                        \
next_base         105 orte/mca/oob/tcp/oob_tcp_component.h         (p)->ev_base = (opal_event_base_t*)opal_pointer_array_get_item(&mca_oob_tcp_component.ev_bases, mca_oob_tcp_component.next_base); \