Searched refs:self_tls_ (Results 1 – 4 of 4) sorted by relevance
39 Thread* thread = Thread::self_tls_; in Current()
144 thread_local Thread* Thread::self_tls_ = nullptr; member in art::Thread986 Thread::self_tls_ = this; in Init()2378 Thread::self_tls_ = self; in ThreadExitCallback()2410 CHECK(Thread::self_tls_ == nullptr); in Startup()
1378 Thread::self_tls_ = nullptr; in Unregister()
2158 static thread_local Thread* self_tls_; variable