Searched refs:itsNext (Results 1 – 1 of 1) sorted by relevance
61 : itsPtr(p) {itsPrev = itsNext = this;} in throw()97 mutable const linked_ptr* itsNext; variable102 itsNext = r.itsNext; in acquire()103 itsNext->itsPrev = this; in acquire()106 r.itsNext = this; in acquire()108 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()116 itsNext = r.itsNext; in acquire()117 itsNext->itsPrev = this; in acquire()120 r.itsNext = this; in acquire()122 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()[all …]