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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc669 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { function in namespace:__tsan
725 bool res = ContainsSameAccessFast(s, a, sync_epoch, is_write);
728 // ContainsSameAccessFast and want to ensure that it's not completely broken.

Completed in 158 milliseconds