reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 void AnnotateHappensBefore(const char *f, int l, uptr addr); 30 void AnnotateHappensAfter(const char *f, int l, uptr addr); 31 void AnnotateCondVarSignal(const char *f, int l, uptr cv); 32 void AnnotateCondVarSignalAll(const char *f, int l, uptr cv); 33 void AnnotateMutexIsNotPHB(const char *f, int l, uptr mu); 34 void AnnotateCondVarWait(const char *f, int l, uptr cv, uptr lock); 34 void AnnotateCondVarWait(const char *f, int l, uptr cv, uptr lock); 35 void AnnotateRWLockCreate(const char *f, int l, uptr m); 36 void AnnotateRWLockCreateStatic(const char *f, int l, uptr m); 37 void AnnotateRWLockDestroy(const char *f, int l, uptr m); 38 void AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w); 38 void AnnotateRWLockAcquired(const char *f, int l, uptr m, uptr is_w); 39 void AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w); 39 void AnnotateRWLockReleased(const char *f, int l, uptr m, uptr is_w); 40 void AnnotateTraceMemory(const char *f, int l, uptr mem); 42 void AnnotateNewMemory(const char *f, int l, uptr mem, uptr size); 42 void AnnotateNewMemory(const char *f, int l, uptr mem, uptr size); 43 void AnnotateNoOp(const char *f, int l, uptr mem); 46 void AnnotateMutexIsUsedAsCondVar(const char *f, int l, uptr mu); 47 void AnnotatePCQGet(const char *f, int l, uptr pcq); 48 void AnnotatePCQPut(const char *f, int l, uptr pcq); 49 void AnnotatePCQDestroy(const char *f, int l, uptr pcq); 50 void AnnotatePCQCreate(const char *f, int l, uptr pcq); 51 void AnnotateExpectRace(const char *f, int l, uptr mem, char *desc); 52 void AnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr size, 52 void AnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr size, 54 void AnnotateBenignRace(const char *f, int l, uptr mem, char *desc); 61 void AnnotatePublishMemoryRange(const char *f, int l, uptr addr, uptr size); 61 void AnnotatePublishMemoryRange(const char *f, int l, uptr addr, uptr size); 62 void AnnotateUnpublishMemoryRange(const char *f, int l, uptr addr, uptr size); 62 void AnnotateUnpublishMemoryRange(const char *f, int l, uptr addr, uptr size); 64 void WTFAnnotateHappensBefore(const char *f, int l, uptr addr); 65 void WTFAnnotateHappensAfter(const char *f, int l, uptr addr); 66 void WTFAnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr sz, 66 void WTFAnnotateBenignRaceSized(const char *f, int l, uptr mem, uptr sz, 71 void AnnotateMemoryIsInitialized(const char *f, int l, uptr mem, uptr sz); 71 void AnnotateMemoryIsInitialized(const char *f, int l, uptr mem, uptr sz);