Searched refs:ThreadLocalPlatform (Results 1 – 3 of 3) sorted by relevance
67 struct BASE_EXPORT ThreadLocalPlatform { struct88 internal::ThreadLocalPlatform::AllocateSlot(&slot_); in ThreadLocalPointer() argument92 internal::ThreadLocalPlatform::FreeSlot(slot_); in ~ThreadLocalPointer()97 internal::ThreadLocalPlatform::GetValueFromSlot(slot_)); in Get()101 internal::ThreadLocalPlatform::SetValueInSlot( in Set()106 typedef internal::ThreadLocalPlatform::SlotType SlotType;
18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot()24 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot()30 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot()35 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()
11 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot()16 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot()21 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot()26 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()