Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc79 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) macro
81 # define CPP_STAT_INC(typ) (void)0 macro
133 CPP_STAT_INC(StatClockAcquire); in acquire()
138 CPP_STAT_INC(StatClockAcquireEmpty); in acquire()
157 CPP_STAT_INC(StatClockAcquireFull); in acquire()
175 CPP_STAT_INC(StatClockAcquiredSomething); in acquire()
192 CPP_STAT_INC(StatClockRelease); in release()
209 CPP_STAT_INC(StatClockReleaseFull); in release()
214 CPP_STAT_INC(StatClockReleaseAcquired); in release()
225 CPP_STAT_INC(StatClockReleaseClearTail); in release()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc77 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) macro
79 # define CPP_STAT_INC(typ) (void)0 macro
131 CPP_STAT_INC(StatClockAcquire); in acquire()
136 CPP_STAT_INC(StatClockAcquireEmpty); in acquire()
155 CPP_STAT_INC(StatClockAcquireFull); in acquire()
173 CPP_STAT_INC(StatClockAcquiredSomething); in acquire()
190 CPP_STAT_INC(StatClockRelease); in release()
207 CPP_STAT_INC(StatClockReleaseFull); in release()
212 CPP_STAT_INC(StatClockReleaseAcquired); in release()
223 CPP_STAT_INC(StatClockReleaseClearTail); in release()
[all …]