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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc86 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) macro
88 # define CPP_STAT_INC(typ) (void)0 macro
107 CPP_STAT_INC(StatClockAcquire);
112 CPP_STAT_INC(StatClockAcquireEmpty);
119 CPP_STAT_INC(StatClockAcquireLarge);
121 CPP_STAT_INC(StatClockAcquireRepeat);
133 CPP_STAT_INC(StatClockAcquiredSomething);
141 CPP_STAT_INC(StatClockAcquireFull);
156 CPP_STAT_INC(StatClockAcquiredSomething);
172 CPP_STAT_INC(StatClockReleas
[all...]

Completed in 45 milliseconds