Searched refs:GetThreadLocal (Results 1 – 8 of 8) sorted by relevance
50 class GetThreadLocal : public ThreadLocalTesterBase { class52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal() function in base::__anon205b417e0111::GetThreadLocal56 ~GetThreadLocal() override {} in ~GetThreadLocal()87 GetThreadLocal getter(&tlp, &done); in TEST()
433 static void* GetThreadLocal(LocalStorageKey key);435 return static_cast<int>(reinterpret_cast<intptr_t>(GetThreadLocal(key))); in GetThreadLocalInt()442 return GetThreadLocal(key) != NULL; in HasThreadLocal()449 DCHECK(result == GetThreadLocal(key)); in GetExistingThreadLocal()454 return GetThreadLocal(key); in GetExistingThreadLocal()
743 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
1389 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
63 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys_[i])); in Run()74 Thread::GetThreadLocal(keys_[i])); in Run()
57 base::Thread::GetThreadLocal(kPerThreadAssertKey.Get())); in GetCurrent()
472 base::Thread::GetThreadLocal(per_isolate_thread_data_key_)); in CurrentPerIsolateThreadData()489 base::Thread::GetThreadLocal(isolate_key_)); in INLINE()
1844 reinterpret_cast<Isolate*>(base::Thread::GetThreadLocal(isolate_key_)); in TearDown()