Searched refs:GetValueFromSlot (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/threading/
H A Dthread_local_posix.cc28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { function in class:base::internal::ThreadLocalPlatform
H A Dthread_local_win.cc29 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { function in class:base::internal::ThreadLocalPlatform
H A Dthread_local.h73 static void* GetValueFromSlot(SlotType& slot);
92 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));

Completed in 61 milliseconds