Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
Dplatform.h556 static void* GetThreadLocal(LocalStorageKey key);
559 return GetThreadLocal(key) != nullptr; in HasThreadLocal()
566 DCHECK(result == GetThreadLocal(key)); in GetExistingThreadLocal()
571 return GetThreadLocal(key); in GetExistingThreadLocal()
Dplatform-starboard.cc423 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
Dplatform-posix.cc1199 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
Dplatform-win32.cc1652 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc329 base::Thread::GetThreadLocal(worker_stats->GetKey())); in WorkerThreadRuntimeCallStatsScope()
/third_party/node/deps/v8/src/execution/
Disolate.h620 base::Thread::GetThreadLocal(per_isolate_thread_data_key_)); in CurrentPerIsolateThreadData()
Disolate.cc3192 base::Thread::GetThreadLocal(isolate->isolate_key_)); in ThrowInternal()