Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp82 static bool TryProtectRange(uptr beg, uptr end) { in TryProtectRange() function
90 if (!TryProtectRange(beg, end)) { in ProtectRange()
136 TryProtectRange(user_addr_max_l4, user_addr_max_l5); in CheckAndProtect()