Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85cca02e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 24947 into eclair

* changes:
  make sure to update the tail pointer when undoing a dequeue
parents 95301196 5a37cc51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -229,6 +229,8 @@ private:
    friend struct DequeueCondition;
    friend struct LockCondition;
    
    int32_t computeTail() const;

    struct QueueUpdate : public UpdateBase {
        inline QueueUpdate(SharedBufferBase* sbb);
        inline ssize_t operator()();