Searched refs:unmapGrantorDescr (Results 1 – 1 of 1) sorted by relevance
423 void unmapGrantorDescr(void* address, uint32_t grantorIdx);693 unmapGrantorDescr(mReadPtr, Descriptor::READPTRPOS); in ~MessageQueue()696 unmapGrantorDescr(mWritePtr, Descriptor::WRITEPTRPOS); in ~MessageQueue()699 unmapGrantorDescr(mRing, Descriptor::DATAPTRPOS); in ~MessageQueue()702 unmapGrantorDescr(mEvFlagWord, Descriptor::EVFLAGWORDPOS); in ~MessageQueue()1178 void MessageQueue<T, flavor>::unmapGrantorDescr(void* address, in unmapGrantorDescr() function