Lines Matching defs:thr

342 void Initialize(ThreadState *thr) {  in Initialize()
431 int Finalize(ThreadState *thr) { in Finalize()
483 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
488 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
493 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
517 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
530 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
550 void TraceSwitch(ThreadState *thr) { in TraceSwitch()
570 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC()
612 void HandleRace(ThreadState *thr, u64 *shadow_mem, in HandleRace()
624 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore()
629 void MemoryAccessImpl1(ThreadState *thr, uptr addr, in MemoryAccessImpl1()
685 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
794 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
860 void MemoryAccessImpl(ThreadState *thr, uptr addr, in MemoryAccessImpl()
876 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
937 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
941 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
963 void MemoryRangeImitateWrite(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeImitateWrite()
976 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
998 void FuncExit(ThreadState *thr) { in FuncExit()
1013 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin()
1024 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd()
1039 ThreadState *thr = cur_thread(); in __tsan_testonly_shadow_stack_current_size() local
1044 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin()
1054 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd()