Lines Matching defs:thr
308 void Initialize(ThreadState *thr) { in Initialize()
387 int Finalize(ThreadState *thr) { in Finalize()
438 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
443 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
448 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
472 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
485 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
505 void TraceSwitch(ThreadState *thr) { in TraceSwitch()
521 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC()
563 void HandleRace(ThreadState *thr, u64 *shadow_mem, in HandleRace()
575 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore()
580 void MemoryAccessImpl1(ThreadState *thr, uptr addr, in MemoryAccessImpl1()
636 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
745 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
811 void MemoryAccessImpl(ThreadState *thr, uptr addr, in MemoryAccessImpl()
827 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
888 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
892 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
914 void MemoryRangeImitateWrite(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeImitateWrite()
927 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
949 void FuncExit(ThreadState *thr) { in FuncExit()
964 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreBegin()
975 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd()
987 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin()
997 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd()