Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp468 const uptr thr_end = (uptr)thr + sizeof(*thr); in ImitateTlsWrite() local
471 CHECK_GE(thr_end, tls_addr); in ImitateTlsWrite()
472 CHECK_LE(thr_end, tls_addr + tls_size); in ImitateTlsWrite()
477 MemoryRangeImitateWrite(thr, pc, thr_end, tls_addr + tls_size - thr_end); in ImitateTlsWrite()