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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp83 bool has_something = false; local
95 has_something = true;
112 return has_something;
155 bool has_something = FreeRange(proc, p, kPageSize); local
158 if (!has_something && checked > (128 << 10))
163 bool has_something = FreeRange(proc, p + sz - kPageSize, kPageSize); local
168 if (!has_something && checked > (512 << 10))

Completed in 82 milliseconds