Searched refs:tls_begin_ (Results 1 – 6 of 6) sorted by relevance
26 &tls_begin_, &tls_size); in SetThreadStackAndTls()28 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls()36 if (tls_begin_ != tls_end_) in ClearShadowForThreadStackAndTLS()37 __msan_unpoison((void *)tls_begin_, tls_end_ - tls_begin_); in ClearShadowForThreadStackAndTLS()
33 uptr tls_begin() { return tls_begin_; } in tls_begin()58 uptr tls_begin_; variable
33 uptr tls_begin() { return tls_begin_; } in tls_begin()42 tls_begin_, tls_end_;
58 tls_begin_(0), in ThreadContext()73 tls_begin_ = args->tls_begin; in OnStarted()
267 const_cast<uptr *>(&stack_size), &tls_begin_, &tls_size); in SetThreadStackAndTls()269 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls()278 if (tls_begin_ != tls_end_) in ClearShadowForThreadStackAndTLS()279 PoisonShadow(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
72 uptr tls_begin() { return tls_begin_; } in tls_begin()152 uptr tls_begin_; variable