Searched refs:ContainsSameAccessFast (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp750 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { function in namespace:__tsan
806 bool res = ContainsSameAccessFast(s, a, sync_epoch, is_write);
809 // ContainsSameAccessFast and want to ensure that it's not completely broken.

Completed in 108 milliseconds