• Home
  • Raw
  • Download

Lines Matching defs:thr

3292   INLINE CacheLine *TryAcquireLine(Thread *thr, uintptr_t a, int call_site) {  in TryAcquireLine()
3314 INLINE CacheLine *AcquireLine(Thread *thr, uintptr_t a, int call_site) { in AcquireLine()
3340 INLINE void ReleaseLine(Thread *thr, uintptr_t a, CacheLine *line, int call_site) { in ReleaseLine()
3361 void AcquireAllLines(Thread *thr) { in AcquireAllLines()
3375 INLINE CacheLine *GetLine(Thread *thr, uintptr_t a, bool create_new_if_need, int call_site) { in GetLine()
3419 INLINE CacheLine *GetLineOrCreateNew(Thread *thr, uintptr_t a, int call_site) { in GetLineOrCreateNew()
3422 INLINE CacheLine *GetLineIfExists(Thread *thr, uintptr_t a, int call_site) { in GetLineIfExists()
3426 void ForgetAllState(Thread *thr) { in ForgetAllState()
3511 NOINLINE CacheLine *WriteBackAndFetch(Thread *thr, CacheLine *old_line, in WriteBackAndFetch()
3715 static void PublishRangeInOneLine(Thread *thr, uintptr_t addr, uintptr_t a, in PublishRangeInOneLine()
3747 static void PublishRange(Thread *thr, uintptr_t a, uintptr_t b, VTS *vts) { in PublishRange()
3781 void INLINE ClearMemoryStateInOneLine(Thread *thr, uintptr_t addr, in ClearMemoryStateInOneLine()
3802 void NOINLINE ClearMemoryState(Thread *thr, uintptr_t a, uintptr_t b) { in ClearMemoryState()
5139 Thread *thr = Get(TID(i)); in ForgetAllState() local
5339 static void ForgetAllStateAndStartOver(Thread *thr, const char *reason) { in ForgetAllStateAndStartOver()
5395 static INLINE void FlushStateIfOutOfSegments(Thread *thr) { in FlushStateIfOutOfSegments()
5545 bool NOINLINE AddReport(Thread *thr, uintptr_t pc, bool is_w, uintptr_t addr, in AddReport()
5722 Thread *thr = Thread::Get(tid); in PrintRaceReport() local
6044 void Sample(Thread *thr, const char *event_name, bool need_locking) { in Sample()
6116 void INLINE HandleTraceLoop(Thread *thr, uintptr_t pc, in HandleTraceLoop()
6151 void HandleTrace(Thread *thr, MopInfo *mops, size_t n, uintptr_t pc, in HandleTrace()
6173 void INLINE HandleMemoryAccess(Thread *thr, uintptr_t pc, in HandleMemoryAccess()
6240 void FlushIfOutOfMem(Thread *thr) { in FlushIfOutOfMem()
6274 void FlushIfNeeded(Thread *thr) { in FlushIfNeeded()
6316 Thread *thr = Thread::Get(tid); in HandleRtnCall() local
6327 Thread *thr = NULL; in HandleOneEvent() local
6575 Thread *thr = Thread::Get(tid); in HandleBenignRace() local
6718 Thread *thr = Thread::Get(TID(e->tid())); in HandleTraceMem() local
6798 bool INLINE MemoryStateMachine(ShadowValue old_sval, Thread *thr, in MemoryStateMachine()
6860 Thread *thr, in MemoryStateMachineSameThread()
6988 Thread *thr, in HandleMemoryAccessHelper()
7068 Thread *thr, uintptr_t addr, MopInfo *mop, in HandleAccessGranularityAndExecuteHelper()
7215 void DoTrace(Thread *thr, uintptr_t addr, MopInfo *mop, bool need_locking) { in DoTrace()
7245 void HandleMemoryAccessSlowLocked(Thread *thr, in HandleMemoryAccessSlowLocked()
7279 INLINE bool HandleMemoryAccessInternal(Thread *thr, in HandleMemoryAccessInternal()
7382 void HandleMemoryAccessForAtomicityViolationDetector(Thread *thr, in HandleMemoryAccessForAtomicityViolationDetector()
7431 Thread *thr = Thread::Get(tid); in HandleMalloc() local
7464 void ImitateWriteOnFree(Thread *thr, uintptr_t a, uintptr_t size, uintptr_t pc) { in ImitateWriteOnFree()
7483 Thread *thr = Thread::Get(tid); in HandleFree() local
7570 Thread *thr = Thread::Get(tid); in HandleThreadFirstInsn() local
7579 Thread *thr = Thread::Get(tid); in HandleThreadStackTop() local
7610 Thread *thr = Thread::Get(tid); in HandleThreadEnd() local
8456 extern NOINLINE void ThreadSanitizerHandleTrace(Thread *thr, TraceInfo *trace_info, in ThreadSanitizerHandleTrace()
8467 extern NOINLINE void ThreadSanitizerHandleOneMemoryAccess(Thread *thr, in ThreadSanitizerHandleOneMemoryAccess()
8486 Thread *thr = Thread::Get(TID(tid)); in ThreadSanitizerHandleRtnCall() local