next_uct_index 62 opal/mca/btl/uct/btl_uct_device_context.h static opal_atomic_uint32_t next_uct_index = 0; next_uct_index 71 opal/mca/btl/uct/btl_uct_device_context.h context_id = uct_index = opal_atomic_fetch_add_32 ((opal_atomic_int32_t *) &next_uct_index, 1) % next_uct_index 78 opal/mca/btl/uct/btl_uct_device_context.h context_id = next_uct_index++ % mca_btl_uct_component.num_contexts_per_module;