Searched refs:GetThreadLocal (Results 1 – 7 of 7) sorted by relevance
48 class GetThreadLocal : public ThreadLocalTesterBase { class50 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal() function in base::__anonb73aca820111::GetThreadLocal52 ~GetThreadLocal() override = default;84 GetThreadLocal getter(&tlp, &done); in TEST()
353 static void* GetThreadLocal(LocalStorageKey key);355 return static_cast<int>(reinterpret_cast<intptr_t>(GetThreadLocal(key))); in GetThreadLocalInt()362 return GetThreadLocal(key) != nullptr; in HasThreadLocal()369 DCHECK(result == GetThreadLocal(key)); in GetExistingThreadLocal()374 return GetThreadLocal(key); in GetExistingThreadLocal()
896 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
1361 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
57 base::Thread::GetThreadLocal(kPerThreadAssertKey.Get())); in GetCurrent()
634 base::Thread::GetThreadLocal(per_isolate_thread_data_key_)); in CurrentPerIsolateThreadData()
2579 reinterpret_cast<Isolate*>(base::Thread::GetThreadLocal(isolate_key_)); in Throw()