tsan_platform_mac.cc | 274 uptr thr_state_end = thr_state_start + sizeof(uptr); local in function:__tsan::ImitateTlsWrite 277 CHECK_GE(thr_state_end, tls_addr); 278 CHECK_LE(thr_state_end, tls_addr + tls_size); 281 MemoryRangeImitateWrite(thr, /*pc=*/2, thr_state_end, 282 tls_end - thr_state_end);
|