Searched refs:mReadPtr (Results 1 – 1 of 1) sorted by relevance
453 std::atomic<uint64_t>* mReadPtr = nullptr; member595 mReadPtr = reinterpret_cast<std::atomic<uint64_t>*>( in initMemory()602 mReadPtr = new (std::nothrow) std::atomic<uint64_t>; in initMemory()604 if (mReadPtr == nullptr) goto error; in initMemory()611 mReadPtr->store(0, std::memory_order_release); in initMemory()615 mReadPtr->store(0, std::memory_order_release); in initMemory()629 if (mReadPtr) { in initMemory()631 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in initMemory()633 delete mReadPtr; in initMemory() local635 mReadPtr = nullptr; in initMemory()[all …]