Lines Matching defs:thr
244 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow()
354 void Initialize(ThreadState *thr) { in Initialize()
446 int Finalize(ThreadState *thr) { in Finalize()
499 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
511 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
517 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
542 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
555 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
575 void TraceSwitch(ThreadState *thr) { in TraceSwitch()
595 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC()
637 void HandleRace(ThreadState *thr, u64 *shadow_mem, in HandleRace()
649 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore()
654 void MemoryAccessImpl1(ThreadState *thr, uptr addr, in MemoryAccessImpl1()
723 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
832 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
898 void MemoryAccessImpl(ThreadState *thr, uptr addr, in MemoryAccessImpl()
914 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
975 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
979 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
1001 void MemoryRangeImitateWrite(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeImitateWrite()
1013 void MemoryRangeImitateWriteOrResetRange(ThreadState *thr, uptr pc, uptr addr, in MemoryRangeImitateWriteOrResetRange()
1022 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
1044 void FuncExit(ThreadState *thr) { in FuncExit()
1059 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin()
1070 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd()
1085 ThreadState *thr = cur_thread(); in __tsan_testonly_shadow_stack_current_size() local
1090 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin()
1100 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd()