Home | History | Annotate | Download | only in src

Lines Matching defs:self_ticks_

143   INLINE(void IncrementSelfTicks()) { ++self_ticks_; }
144 INLINE(void IncreaseSelfTicks(unsigned amount)) { self_ticks_ += amount; }
148 INLINE(unsigned self_ticks() const) { return self_ticks_; }
169 unsigned self_ticks_;