Lines Matching defs:thr
79 static TracePart* TracePartAlloc(ThreadState* thr) { in TracePartAlloc()
232 void DoReset(ThreadState* thr, uptr epoch) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in DoReset()
251 static TidSlot* FindSlotAndLock(ThreadState* thr) in FindSlotAndLock()
295 void SlotAttachAndLock(ThreadState* thr) { in SlotAttachAndLock()
319 static void SlotDetachImpl(ThreadState* thr, bool exiting) { in SlotDetachImpl()
351 void SlotDetach(ThreadState* thr) { in SlotDetach()
356 void SlotLock(ThreadState* thr) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in SlotLock()
376 void SlotUnlock(ThreadState* thr) { in SlotUnlock()
568 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow()
669 ThreadState* thr = cur_thread(); in CheckUnwind() local
680 void Initialize(ThreadState *thr) { in Initialize()
767 int Finalize(ThreadState *thr) { in Finalize()
807 void ForkBefore(ThreadState* thr, uptr pc) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForkBefore()
834 static void ForkAfter(ThreadState* thr) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in ForkAfter()
848 void ForkParentAfter(ThreadState* thr, uptr pc) { ForkAfter(thr); } in ForkParentAfter()
850 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter()
875 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
887 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
909 static bool TraceSkipGap(ThreadState* thr) { in TraceSkipGap()
940 void TraceSwitchPart(ThreadState* thr) { in TraceSwitchPart()
957 void TraceSwitchPartImpl(ThreadState* thr) { in TraceSwitchPartImpl()
1033 void ThreadIgnoreBegin(ThreadState* thr, uptr pc) { in ThreadIgnoreBegin()
1044 void ThreadIgnoreEnd(ThreadState *thr) { in ThreadIgnoreEnd()
1059 ThreadState *thr = cur_thread(); in __tsan_testonly_shadow_stack_current_size() local
1064 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin()
1074 void ThreadIgnoreSyncEnd(ThreadState *thr) { in ThreadIgnoreSyncEnd()