HomeSort by: relevance | last modified time | path
    Searched defs:thr_state_end (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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);
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);
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);

Completed in 29 milliseconds