Home | History | Annotate | Download | only in src

Lines Matching refs:self_ticks_

140   INLINE(void IncrementSelfTicks()) { ++self_ticks_; }
141 INLINE(void IncreaseSelfTicks(unsigned amount)) { self_ticks_ += amount; }
145 INLINE(unsigned self_ticks() const) { return self_ticks_; }
166 unsigned self_ticks_;