Searched refs:unmapGrantorDescr (Results 1 – 1 of 1) sorted by relevance
428 void unmapGrantorDescr(void* address, uint32_t grantorIdx);698 unmapGrantorDescr(mReadPtr, Descriptor::READPTRPOS); in ~MessageQueue()701 unmapGrantorDescr(mWritePtr, Descriptor::WRITEPTRPOS); in ~MessageQueue()704 unmapGrantorDescr(mRing, Descriptor::DATAPTRPOS); in ~MessageQueue()707 unmapGrantorDescr(mEvFlagWord, Descriptor::EVFLAGWORDPOS); in ~MessageQueue()1193 void MessageQueue<T, flavor>::unmapGrantorDescr(void* address, in unmapGrantorDescr() function