Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
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); in acquire()
112 CPP_STAT_INC(StatClockAcquireEmpty); in acquire()
119 CPP_STAT_INC(StatClockAcquireLarge); in acquire()
121 CPP_STAT_INC(StatClockAcquireRepeat); in acquire()
133 CPP_STAT_INC(StatClockAcquiredSomething); in acquire()
141 CPP_STAT_INC(StatClockAcquireFull); in acquire()
156 CPP_STAT_INC(StatClockAcquiredSomething); in acquire()
172 CPP_STAT_INC(StatClockRelease); in release()
[all …]