Searched refs:CheckAndProtect (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 103 bool CheckAndProtect(bool protect, bool ignore_heap, bool print_warnings) { in CheckAndProtect() function
|
| H A D | tsan_platform_linux.cpp | 269 } else if (!CheckAndProtect(false, ignore_heap, false)) { in ReExecIfNeeded() 412 if (!CheckAndProtect(true, true, true)) { in InitializePlatform()
|
| H A D | tsan_platform_mac.cpp | 242 if (!CheckAndProtect(true, true, true)) { in InitializePlatform()
|
| H A D | tsan_platform.h | 1027 bool CheckAndProtect(bool protect, bool ignore_heap, bool print_warnings);
|