Searched refs:GetThreadLocalInt (Results 1 – 2 of 2) sorted by relevance
23 int thread_id = base::Thread::GetThreadLocalInt(*GetThreadIdKey()); in TryGetCurrent()30 int thread_id = base::Thread::GetThreadLocalInt(key); in GetCurrentThreadId()
388 static int GetThreadLocalInt(LocalStorageKey key) { in GetThreadLocalInt() function