Searched defs:CPP_STAT_INC (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc85 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) macro
87 # define CPP_STAT_INC(typ) (void)0 macro
108 CPP_STAT_INC(StatClockAcquire);
113 CPP_STAT_INC(StatClockAcquireEmpty);
120 CPP_STAT_INC(StatClockAcquireLarge);
122 CPP_STAT_INC(StatClockAcquireRepeat);
134 CPP_STAT_INC(StatClockAcquiredSomething);
142 CPP_STAT_INC(StatClockAcquireFull);
157 CPP_STAT_INC(StatClockAcquiredSomething);
173 CPP_STAT_INC(StatClockReleas
[all...]

Completed in 146 milliseconds