Searched defs:self_tls_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/ | ||
H A D | thread.h | 2466 static thread_local Thread* self_tls_; variable |
H A D | thread.cc | 150 thread_local Thread* Thread::self_tls_ = nullptr; member in art::Thread |