Home
last modified time | relevance | path

Searched refs:GetThreadLocalInt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/execution/
Dthread-id.cc23 int thread_id = base::Thread::GetThreadLocalInt(*GetThreadIdKey()); in TryGetCurrent()
30 int thread_id = base::Thread::GetThreadLocalInt(key); in GetCurrentThreadId()
/external/v8/src/base/platform/
Dplatform.h388 static int GetThreadLocalInt(LocalStorageKey key) { in GetThreadLocalInt() function