Home
last modified time | relevance | path

Searched refs:FastState (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h16 class FastState {
18 FastState() { Reset(); } in FastState() function
55 static_assert(sizeof(FastState) == kShadowSize, "bad FastState size");
61 Shadow(FastState state, u32 addr, u32 size, AccessType typ) { in Shadow()
133 FastState fs; in FreedMarker()
H A Dtsan_rtl_access.cpp137 FastState fast_state = thr->fast_state; in TraceTime()
432 FastState fast_state = thr->fast_state; in MemoryAccess()
457 FastState fast_state = thr->fast_state; in MemoryAccess16()
494 FastState fast_state = thr->fast_state; in UnalignedMemoryAccess()
710 FastState fast_state = thr->fast_state; in MemoryAccessRangeT()
H A Dtsan_sync.h59 FastState last_lock;
H A Dtsan_rtl_mutex.cpp27 FastState last_lock, StackID creation_stack_id);
102 FastState last_lock; in MutexDestroy()
555 FastState last_lock, StackID creation_stack_id) { in ReportDestroyLocked()
H A Dtsan_rtl.h160 FastState fast_state;