Searched refs:commPtr (Results 1 – 1 of 1) sorted by relevance
162 Communicator *commPtr = new (std::nothrow) Communicator(this, commLabel); in AllocCommunicator() local163 if (commPtr == nullptr) { in AllocCommunicator()167 commMap_[commLabel] = {commPtr, false}; // Communicator is not activated when allocated in AllocCommunicator()168 return commPtr; in AllocCommunicator()176 Communicator *commPtr = static_cast<Communicator *>(inCommunicator); in ReleaseCommunicator() local177 LabelType commLabel = commPtr->GetCommunicatorLabel(); in ReleaseCommunicator()186 …RefObject::DecObjRef(commPtr); // Refcount of Communicator is 1 when created, here to unref Commun… in ReleaseCommunicator()