Lines Matching defs:thr
274 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow()
362 void Initialize(ThreadState *thr) { in Initialize()
452 int Finalize(ThreadState *thr) { in Finalize()
490 void ForkBefore(ThreadState *thr, uptr pc) NO_THREAD_SAFETY_ANALYSIS { in ForkBefore()
505 void ForkParentAfter(ThreadState *thr, uptr pc) NO_THREAD_SAFETY_ANALYSIS { in ForkParentAfter()
513 void ForkChildAfter(ThreadState *thr, uptr pc, in ForkChildAfter()
542 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
554 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
577 void TraceSwitchPart(ThreadState *thr) { in TraceSwitchPart()
639 void TraceSwitch(ThreadState *thr) { in TraceSwitch()
657 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC()
681 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreBegin()
692 void ThreadIgnoreEnd(ThreadState *thr) { in ThreadIgnoreEnd()
707 ThreadState *thr = cur_thread(); in __tsan_testonly_shadow_stack_current_size() local
712 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin()
722 void ThreadIgnoreSyncEnd(ThreadState *thr) { in ThreadIgnoreSyncEnd()