rt_handle         442 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void** rt_handle;
rt_handle         445 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rt_handle = (void**) request;
rt_handle         446 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ibarrier(hcoll_module->hcoll_context, rt_handle);
rt_handle         462 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void** rt_handle;
rt_handle         465 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rt_handle = (void**) request;
rt_handle         476 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ibcast(buff, count, dtype, root, rt_handle, hcoll_module->hcoll_context);
rt_handle         496 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void** rt_handle;
rt_handle         499 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rt_handle = (void**) request;
rt_handle         516 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallgather((void *)sbuf, scount, stype, rbuf, rcount, rtype, hcoll_module->hcoll_context, rt_handle);
rt_handle         544 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void **rt_handle = (void **) request;
rt_handle         562 ompi/mca/coll/hcoll/coll_hcoll_ops.c             hcoll_module->hcoll_context, rt_handle);
rt_handle         586 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void** rt_handle;
rt_handle         589 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rt_handle = (void**) request;
rt_handle         616 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallreduce((void *)sbuf, rbuf, count, Dtype, Op, hcoll_module->hcoll_context, rt_handle);
rt_handle         640 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void **rt_handle = (void**) request;
rt_handle         669 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ireduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context,rt_handle);
rt_handle         694 ompi/mca/coll/hcoll/coll_hcoll_ops.c     void** rt_handle;
rt_handle         697 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rt_handle = (void**) request;
rt_handle         713 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_igatherv((void *)sbuf, scount, stype, rbuf, (int *)rcounts, (int *)displs, rtype, root, hcoll_module->hcoll_context, rt_handle);