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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc66 int hitcount; member in struct:__tsan::ExpectRace
103 race->hitcount = 0;
135 race->hitcount++;
189 &ExpectRace::hitcount);
198 hit_matched[i].hitcount, hit_matched[i].file,
308 if (race->hitcount == 0) {
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h299 (md_lockp)->hitcount++; \
371 PRInt32 hitcount; member in struct:_MDLock
H A D_os2.h195 PRInt32 hitcount; member in struct:_MDLock
H A D_win95.h182 PRInt32 hitcount; member in struct:_MDLock
H A D_winnt.h193 PRInt32 hitcount; member in struct:_MDLock
406 InterlockedIncrement(&((lock)->hitcount)); \

Completed in 803 milliseconds