Searched refs:self_tls_ (Results 1 – 4 of 4) sorted by relevance
39 Thread* thread = Thread::self_tls_; in Current()
137 thread_local Thread* Thread::self_tls_ = nullptr; member in art::Thread950 Thread::self_tls_ = this; in Init()2203 Thread::self_tls_ = self; in ThreadExitCallback()2235 CHECK(Thread::self_tls_ == nullptr); in Startup()
1351 Thread::self_tls_ = nullptr; in Unregister()
1869 static thread_local Thread* self_tls_; variable