Home
last modified time | relevance | path

Searched refs:GetThreadLocal (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/threading/
Dthread_local_unittest.cc50 class GetThreadLocal : public ThreadLocalTesterBase { class
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal() function in base::__anon205b417e0111::GetThreadLocal
56 ~GetThreadLocal() override {} in ~GetThreadLocal()
87 GetThreadLocal getter(&tlp, &done); in TEST()
/external/v8/src/base/platform/
Dplatform.h433 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()
Dplatform-posix.cc743 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
Dplatform-win32.cc1389 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
/external/v8/test/unittests/base/platform/
Dplatform-unittest.cc63 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys_[i])); in Run()
74 Thread::GetThreadLocal(keys_[i])); in Run()
/external/v8/src/
Dassert-scope.cc57 base::Thread::GetThreadLocal(kPerThreadAssertKey.Get())); in GetCurrent()
Disolate.h472 base::Thread::GetThreadLocal(per_isolate_thread_data_key_)); in CurrentPerIsolateThreadData()
489 base::Thread::GetThreadLocal(isolate_key_)); in INLINE()
Disolate.cc1844 reinterpret_cast<Isolate*>(base::Thread::GetThreadLocal(isolate_key_)); in TearDown()