Home
last modified time | relevance | path

Searched defs:ExpectRace (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp59 struct ExpectRace { struct
60 ExpectRace *next;
61 ExpectRace *prev;
62 atomic_uintptr_t hitcount;
63 atomic_uintptr_t addcount;
64 uptr addr;
65 uptr size;
66 char *file;
67 int line;
68 char desc[kMaxDescLen];
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cc62 struct ExpectRace { struct
63 ExpectRace *next;
64 ExpectRace *prev;
65 atomic_uintptr_t hitcount;
66 atomic_uintptr_t addcount;
67 uptr addr;
68 uptr size;
69 char *file;
70 int line;
71 char desc[kMaxDescLen];
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_ann.cc64 struct ExpectRace { struct
65 ExpectRace *next;
66 ExpectRace *prev;
67 atomic_uintptr_t hitcount;
68 atomic_uintptr_t addcount;
69 uptr addr;
70 uptr size;
71 char *file;
72 int line;
73 char desc[kMaxDescLen];