Lines Matching defs:f
82 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace()
150 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore()
155 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter()
160 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal()
163 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll()
166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
169 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait()
173 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate()
178 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic()
183 void INTERFACE_ATTRIBUTE AnnotateRWLockDestroy(char *f, int l, uptr m) { in AnnotateRWLockDestroy()
188 void INTERFACE_ATTRIBUTE AnnotateRWLockAcquired(char *f, int l, uptr m, in AnnotateRWLockAcquired()
197 void INTERFACE_ATTRIBUTE AnnotateRWLockReleased(char *f, int l, uptr m, in AnnotateRWLockReleased()
206 void INTERFACE_ATTRIBUTE AnnotateTraceMemory(char *f, int l, uptr mem) { in AnnotateTraceMemory()
209 void INTERFACE_ATTRIBUTE AnnotateFlushState(char *f, int l) { in AnnotateFlushState()
212 void INTERFACE_ATTRIBUTE AnnotateNewMemory(char *f, int l, uptr mem, in AnnotateNewMemory()
216 void INTERFACE_ATTRIBUTE AnnotateNoOp(char *f, int l, uptr mem) { in AnnotateNoOp()
219 void INTERFACE_ATTRIBUTE AnnotateFlushExpectedRaces(char *f, int l) { in AnnotateFlushExpectedRaces()
223 char *f, int l, int enable) { in AnnotateEnableRaceDetection()
227 char *f, int l, uptr mu) { in AnnotateMutexIsUsedAsCondVar()
231 char *f, int l, uptr pcq) { in AnnotatePCQGet()
235 char *f, int l, uptr pcq) { in AnnotatePCQPut()
239 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
243 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
247 char *f, int l, uptr mem, char *desc) { in AnnotateExpectRace()
250 static void BenignRaceImpl(char *f, int l, uptr mem, uptr size, char *desc) { in BenignRaceImpl()
258 char *f, int l, uptr mem, uptr size, char *desc) { in AnnotateBenignRaceSized()
264 char *f, int l, uptr mem, char *desc) { in AnnotateBenignRace()
269 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) { in AnnotateIgnoreReadsBegin()
274 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsEnd(char *f, int l) { in AnnotateIgnoreReadsEnd()
279 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesBegin(char *f, int l) { in AnnotateIgnoreWritesBegin()
284 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) { in AnnotateIgnoreWritesEnd()
289 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncBegin(char *f, int l) { in AnnotateIgnoreSyncBegin()
294 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncEnd(char *f, int l) { in AnnotateIgnoreSyncEnd()
300 char *f, int l, uptr addr, uptr size) { in AnnotatePublishMemoryRange()
304 char *f, int l, uptr addr, uptr size) { in AnnotateUnpublishMemoryRange()
308 char *f, int l, char *name) { in AnnotateThreadName()
316 void INTERFACE_ATTRIBUTE WTFAnnotateHappensBefore(char *f, int l, uptr addr) { in WTFAnnotateHappensBefore()
319 void INTERFACE_ATTRIBUTE WTFAnnotateHappensAfter(char *f, int l, uptr addr) { in WTFAnnotateHappensAfter()
323 char *f, int l, uptr mem, uptr sz, char *desc) { in WTFAnnotateBenignRaceSized()
344 AnnotateMemoryIsInitialized(char *f, int l, uptr mem, uptr sz) {} in AnnotateMemoryIsInitialized()
346 AnnotateMemoryIsUninitialized(char *f, int l, uptr mem, uptr sz) {} in AnnotateMemoryIsUninitialized()