Lines Matching defs:f
88 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace()
225 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore()
230 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter()
235 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal()
239 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll()
243 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
247 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait()
252 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate()
257 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic()
262 void INTERFACE_ATTRIBUTE AnnotateRWLockDestroy(char *f, int l, uptr m) { in AnnotateRWLockDestroy()
267 void INTERFACE_ATTRIBUTE AnnotateRWLockAcquired(char *f, int l, uptr m, in AnnotateRWLockAcquired()
276 void INTERFACE_ATTRIBUTE AnnotateRWLockReleased(char *f, int l, uptr m, in AnnotateRWLockReleased()
285 void INTERFACE_ATTRIBUTE AnnotateTraceMemory(char *f, int l, uptr mem) { in AnnotateTraceMemory()
289 void INTERFACE_ATTRIBUTE AnnotateFlushState(char *f, int l) { in AnnotateFlushState()
293 void INTERFACE_ATTRIBUTE AnnotateNewMemory(char *f, int l, uptr mem, in AnnotateNewMemory()
298 void INTERFACE_ATTRIBUTE AnnotateNoOp(char *f, int l, uptr mem) { in AnnotateNoOp()
302 void INTERFACE_ATTRIBUTE AnnotateFlushExpectedRaces(char *f, int l) { in AnnotateFlushExpectedRaces()
318 char *f, int l, int enable) { in AnnotateEnableRaceDetection()
324 char *f, int l, uptr mu) { in AnnotateMutexIsUsedAsCondVar()
329 char *f, int l, uptr pcq) { in AnnotatePCQGet()
334 char *f, int l, uptr pcq) { in AnnotatePCQPut()
339 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
344 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
349 char *f, int l, uptr mem, char *desc) { in AnnotateExpectRace()
358 char *f, int l, uptr mem, uptr size, char *desc) { in BenignRaceImpl()
367 char *f, int l, uptr mem, uptr size, char *desc) { in AnnotateBenignRaceSized()
373 char *f, int l, uptr mem, char *desc) { in AnnotateBenignRace()
378 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsBegin(char *f, int l) { in AnnotateIgnoreReadsBegin()
383 void INTERFACE_ATTRIBUTE AnnotateIgnoreReadsEnd(char *f, int l) { in AnnotateIgnoreReadsEnd()
388 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesBegin(char *f, int l) { in AnnotateIgnoreWritesBegin()
393 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) { in AnnotateIgnoreWritesEnd()
398 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncBegin(char *f, int l) { in AnnotateIgnoreSyncBegin()
403 void INTERFACE_ATTRIBUTE AnnotateIgnoreSyncEnd(char *f, int l) { in AnnotateIgnoreSyncEnd()
409 char *f, int l, uptr addr, uptr size) { in AnnotatePublishMemoryRange()
414 char *f, int l, uptr addr, uptr size) { in AnnotateUnpublishMemoryRange()
419 char *f, int l, char *name) { in AnnotateThreadName()
427 void INTERFACE_ATTRIBUTE WTFAnnotateHappensBefore(char *f, int l, uptr addr) { in WTFAnnotateHappensBefore()
431 void INTERFACE_ATTRIBUTE WTFAnnotateHappensAfter(char *f, int l, uptr addr) { in WTFAnnotateHappensAfter()
436 char *f, int l, uptr mem, uptr sz, char *desc) { in WTFAnnotateBenignRaceSized()
457 AnnotateMemoryIsInitialized(char *f, int l, uptr mem, uptr sz) {} in AnnotateMemoryIsInitialized()
459 AnnotateMemoryIsUninitialized(char *f, int l, uptr mem, uptr sz) {} in AnnotateMemoryIsUninitialized()