Home
last modified time | relevance | path

Searched refs:mReadPtr (Results 1 – 1 of 1) sorted by relevance

/system/libfmq/include/fmq/
DMessageQueueBase.h453 std::atomic<uint64_t>* mReadPtr = nullptr; member
595 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() local
635 mReadPtr = nullptr; in initMemory()
[all …]