• Home
  • Raw
  • Download

Lines Matching refs:ThreadState

47 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
104 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
303 void Initialize(ThreadState *thr) { in Initialize()
365 int Finalize(ThreadState *thr) { in Finalize()
416 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
421 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
426 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
450 void GrowShadowStack(ThreadState *thr) { in GrowShadowStack()
463 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
483 void TraceSwitch(ThreadState *thr) { in TraceSwitch()
499 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC()
541 void HandleRace(ThreadState *thr, u64 *shadow_mem, in HandleRace()
553 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore()
558 void MemoryAccessImpl1(ThreadState *thr, uptr addr, in MemoryAccessImpl1()
614 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
723 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
789 void MemoryAccessImpl(ThreadState *thr, uptr addr, in MemoryAccessImpl()
805 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
866 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
870 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
892 void MemoryRangeImitateWrite(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeImitateWrite()
905 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
927 void FuncExit(ThreadState *thr) { in FuncExit()
942 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreBegin()
953 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd()
965 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin()
975 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd()