Lines Matching defs:l

22                                                             int l, uptr addr) {}  in AnnotateHappensBefore()
23 extern "C" __attribute__((weak)) void AnnotateHappensAfter(const char *f, int l, in AnnotateHappensAfter()
26 int l, uptr cv) {} in AnnotateCondVarSignal()
28 int l, uptr cv) { in AnnotateCondVarSignalAll()
31 int l, uptr mu) {} in AnnotateMutexIsNotPHB()
32 extern "C" __attribute__((weak)) void AnnotateCondVarWait(const char *f, int l, in AnnotateCondVarWait()
34 extern "C" __attribute__((weak)) void AnnotateRWLockCreate(const char *f, int l, in AnnotateRWLockCreate()
37 AnnotateRWLockCreateStatic(const char *f, int l, uptr m) {} in AnnotateRWLockCreateStatic()
39 int l, uptr m) {} in AnnotateRWLockDestroy()
41 AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w) {} in AnnotateRWLockAcquired()
43 AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w) {} in AnnotateRWLockReleased()
44 extern "C" __attribute__((weak)) void AnnotateTraceMemory(const char *f, int l, in AnnotateTraceMemory()
46 extern "C" __attribute__((weak)) void AnnotateFlushState(const char *f, int l) { in AnnotateFlushState()
48 extern "C" __attribute__((weak)) void AnnotateNewMemory(const char *f, int l, in AnnotateNewMemory()
50 extern "C" __attribute__((weak)) void AnnotateNoOp(const char *f, int l, in AnnotateNoOp()
53 int l) {} in AnnotateFlushExpectedRaces()
55 AnnotateEnableRaceDetection(const char *f, int l, int enable) {} in AnnotateEnableRaceDetection()
57 AnnotateMutexIsUsedAsCondVar(const char *f, int l, uptr mu) {} in AnnotateMutexIsUsedAsCondVar()
58 extern "C" __attribute__((weak)) void AnnotatePCQGet(const char *f, int l, in AnnotatePCQGet()
60 extern "C" __attribute__((weak)) void AnnotatePCQPut(const char *f, int l, in AnnotatePCQPut()
62 extern "C" __attribute__((weak)) void AnnotatePCQDestroy(const char *f, int l, in AnnotatePCQDestroy()
64 extern "C" __attribute__((weak)) void AnnotatePCQCreate(const char *f, int l, in AnnotatePCQCreate()
66 extern "C" __attribute__((weak)) void AnnotateExpectRace(const char *f, int l, in AnnotateExpectRace()
70 AnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr size, char *desc) { in AnnotateBenignRaceSized()
72 extern "C" __attribute__((weak)) void AnnotateBenignRace(const char *f, int l, in AnnotateBenignRace()
76 int l) {} in AnnotateIgnoreReadsBegin()
78 int l) {} in AnnotateIgnoreReadsEnd()
80 int l) {} in AnnotateIgnoreWritesBegin()
82 int l) {} in AnnotateIgnoreWritesEnd()
84 int l) {} in AnnotateIgnoreSyncBegin()
86 int l) {} in AnnotateIgnoreSyncEnd()
88 AnnotatePublishMemoryRange(const char *f, int l, uptr addr, uptr size) {} in AnnotatePublishMemoryRange()
90 AnnotateUnpublishMemoryRange(const char *f, int l, uptr addr, uptr size) {} in AnnotateUnpublishMemoryRange()
91 extern "C" __attribute__((weak)) void AnnotateThreadName(const char *f, int l, in AnnotateThreadName()
94 WTFAnnotateHappensBefore(const char *f, int l, uptr addr) {} in WTFAnnotateHappensBefore()
96 WTFAnnotateHappensAfter(const char *f, int l, uptr addr) {} in WTFAnnotateHappensAfter()
98 WTFAnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr sz, in WTFAnnotateBenignRaceSized()
107 AnnotateMemoryIsInitialized(const char *f, int l, uptr mem, uptr sz) {} in AnnotateMemoryIsInitialized()